mirror of
https://github.com/joel16/NX-Shell.git
synced 2024-11-23 03:39:49 +00:00
ci: Update actions/checkout and actions/upload-artifact
This commit is contained in:
parent
91cd7d3d0c
commit
8163a92c98
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -13,12 +13,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Build
|
||||
run: make
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: NX-Shell.nro
|
||||
path: NX-Shell.nro
|
||||
|
Loading…
Reference in New Issue
Block a user