We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b53718 commit 82c58aeCopy full SHA for 82c58ae
.github/workflows/blank.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Upload changelog artifact
73
uses: actions/upload-artifact@v4
74
with:
75
- name: Debian
+ name: shellunity_debian
76
path: /tmp/debian
77
retention-days: 0
78
deploy:
@@ -107,5 +107,5 @@ jobs:
107
108
upload_url: ${{ steps.create_release.outputs.upload_url }}
109
asset_path: /tmp/debian.zip
110
- asset_name: Debian Package (deb)
+ asset_name: shellunity_${{github.ref_name}}.zip
111
asset_content_type: application/zip
0 commit comments