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
|
||||
run: make -j"$(nproc)"
|
||||
|
||||
- name: Upload artefacts
|
||||
uses: actions/upload-artifact@v4
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: mice-build
|
||||
path: output
|
||||
path: output/
|
||||
if-no-files-found: warn
|
||||
|
||||
Reference in New Issue
Block a user