We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d833344 commit ed3cdd9Copy full SHA for ed3cdd9
.github/workflows/release.yml
@@ -49,6 +49,6 @@ jobs:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
with:
51
upload_url: ${{ steps.create_release.outputs.upload_url }}
52
- asset_path: ./libaloo-${{ env.tag }}.deb
53
- asset_name: libaloo-${{ env.tag }}.deb
+ asset_path: ./libaloo-v${{ env.tag }}.deb
+ asset_name: libaloo-v${{ env.tag }}.deb
54
asset_content_type: application/vnd.debian.binary-package
0 commit comments