workflow: fix the gosh damn thing
All checks were successful
Build (3DS) / build (push) Successful in 2m27s
All checks were successful
Build (3DS) / build (push) Successful in 2m27s
This commit is contained in:
6
.github/workflows/3ds.yml
vendored
6
.github/workflows/3ds.yml
vendored
@@ -51,9 +51,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: make -j"$(nproc)"
|
run: make -j"$(nproc)"
|
||||||
|
|
||||||
- name: Upload artefacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mice-build
|
name: mice-build
|
||||||
path: output
|
path: output/
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
|
|||||||
Reference in New Issue
Block a user