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 2a4ff69 commit aeab230Copy full SHA for aeab230
.github/workflows/stable.yml
@@ -170,7 +170,7 @@ jobs:
170
uses: shogo82148/actions-upload-release-asset@v1
171
with:
172
upload_url: ${{ needs.create-release.outputs.upload_url }}
173
- asset_path: "./build/distributions/mucommander_${{ needs.create-release.outputs.full_version }}_amd64.deb"
+ asset_path: "./build/distributions/mucommander_${{ needs.create-release.outputs.version }}_amd64.deb"
174
asset_content_type: application/octet-stream
175
176
- name: Upload rpm
0 commit comments