Skip to content

Commit

Permalink
It should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
BhJaipal committed Oct 23, 2024
1 parent d833344 commit ed3cdd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./libaloo-${{ env.tag }}.deb
asset_name: libaloo-${{ env.tag }}.deb
asset_path: ./libaloo-v${{ env.tag }}.deb
asset_name: libaloo-v${{ env.tag }}.deb
asset_content_type: application/vnd.debian.binary-package

0 comments on commit ed3cdd9

Please sign in to comment.