1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-25 02:52:05 +00:00

fixed github workflow

This commit is contained in:
flb 2020-12-13 19:21:03 +01:00
parent d38fd1592c
commit 1bdda3e468

View file

@ -11,11 +11,11 @@ jobs:
run: | run: |
git submodule update --init --recursive git submodule update --init --recursive
- name: Building AIO-switch-updater - name: Building aio-switch-updater
run: | run: |
make -j$(nproc) make -j$(nproc)
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@master
with: with:
name: AIO-switch-updater name: aio-switch-updater
path: AIO-switch-updater.nro path: aio-switch-updater*.nro