Skip to content

Commit

Permalink
Fix packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Dec 25, 2024
1 parent 6572500 commit d4ef9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: ./target/release/${{ env.NAME }}-pg${{ matrix.postgres }}.deb
asset_path: ./package.deb
asset_name: ${{ env.NAME }}-${{ github.ref_name }}-pg${{ matrix.postgres }}-${{ matrix.box.arch }}-linux-gnu.deb
asset_content_type: application/vnd.debian.binary-package

0 comments on commit d4ef9c1

Please sign in to comment.