Skip to content

Commit aeab230

Browse files
committed
stable: fix upload of 'deb' package
1 parent 2a4ff69 commit aeab230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
uses: shogo82148/actions-upload-release-asset@v1
171171
with:
172172
upload_url: ${{ needs.create-release.outputs.upload_url }}
173-
asset_path: "./build/distributions/mucommander_${{ needs.create-release.outputs.full_version }}_amd64.deb"
173+
asset_path: "./build/distributions/mucommander_${{ needs.create-release.outputs.version }}_amd64.deb"
174174
asset_content_type: application/octet-stream
175175

176176
- name: Upload rpm

0 commit comments

Comments
 (0)