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