Skip to content

Commit ed3cdd9

Browse files
committed
It should work now
1 parent d833344 commit ed3cdd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
5151
upload_url: ${{ steps.create_release.outputs.upload_url }}
52-
asset_path: ./libaloo-${{ env.tag }}.deb
53-
asset_name: libaloo-${{ env.tag }}.deb
52+
asset_path: ./libaloo-v${{ env.tag }}.deb
53+
asset_name: libaloo-v${{ env.tag }}.deb
5454
asset_content_type: application/vnd.debian.binary-package

0 commit comments

Comments
 (0)