.gitea/workflows: fix deb name
All checks were successful
Build and test / check (push) Successful in 1m36s
Build and test / build (push) Successful in 2m46s
Build and test / test (push) Successful in 3m7s
Build and test / check-license (push) Successful in 5m58s
Build and test / docs (push) Successful in 4m39s

This commit is contained in:
2025-12-01 17:46:31 +09:00
parent f348e67622
commit 526819d374

View File

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