.gitea/workflows: rename artifact archive to avoid confusion
All checks were successful
Build and test / check (push) Successful in 1m24s
Build and test / build (push) Successful in 3m36s
Build and test / test (push) Successful in 2m49s
Build and test / check-license (push) Successful in 5m35s
Build and test / docs (push) Successful in 5m56s

This commit is contained in:
2025-12-02 15:48:57 +09:00
parent 25c4c6f3e9
commit 32cbf215a8

View File

@@ -37,7 +37,7 @@ jobs:
- name: Upload deb package artifact
uses: actions/upload-artifact@v3
with:
name: muscl.deb
name: muscl-deb.zip
path: target/debian/*.deb
if-no-files-found: error
retention-days: 30