mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
fixed github workflow
This commit is contained in:
parent
d38fd1592c
commit
1bdda3e468
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -11,11 +11,11 @@ jobs:
|
|||
run: |
|
||||
git submodule update --init --recursive
|
||||
|
||||
- name: Building AIO-switch-updater
|
||||
- name: Building aio-switch-updater
|
||||
run: |
|
||||
make -j$(nproc)
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: AIO-switch-updater
|
||||
path: AIO-switch-updater.nro
|
||||
name: aio-switch-updater
|
||||
path: aio-switch-updater*.nro
|
||||
|
|
Loading…
Reference in a new issue