.gitea/workflows/publish-deb: remove double file extension
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
|||||||
- name: Upload deb package artifact
|
- name: Upload deb package artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: muscl-deb-${{ matrix.os }}-${{ gitea.sha }}.zip
|
name: muscl-deb-${{ matrix.os }}-${{ gitea.sha }}
|
||||||
path: target/debian/*.deb
|
path: target/debian/*.deb
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user