.gitea/workflows/publish-deb: remove doubel file extension
Build and test / check (push) Failing after 33s
Build and test / check-license (push) Successful in 48s
Build and test / build (push) Successful in 2m58s
Build and test / test (push) Successful in 3m7s
Build and test / docs (push) Failing after 4m53s

This commit is contained in:
2026-04-28 06:43:01 +09:00
parent 87210614d5
commit d58d35ae06
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
- name: Upload deb package artifact
uses: actions/upload-artifact@v3
with:
name: muscl-deb-${{ matrix.os }}-${{ gitea.sha }}.zip
name: muscl-deb-${{ matrix.os }}-${{ gitea.sha }}
path: target/debian/*.deb
if-no-files-found: error
retention-days: 30