mirror of
https://github.com/joel16/NX-Shell.git
synced 2025-02-17 02:29:02 +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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: NX-Shell.nro
|
name: NX-Shell.nro
|
||||||
path: NX-Shell.nro
|
path: NX-Shell.nro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user