.gitea/workflows/publish-deb: remove double file extension

This commit is contained in:
2026-04-28 06:43:01 +09:00
parent 8e2aace9d4
commit b12acbf3b4
+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