workflow: fix the gosh damn thing
All checks were successful
Build (3DS) / build (push) Successful in 2m27s

This commit is contained in:
2025-12-07 15:53:37 -06:00
parent 36924ddfae
commit 92647e2f1d

View File

@@ -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