We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3e5dd commit 4dad653Copy full SHA for 4dad653
.github/workflows/release.yml
@@ -72,6 +72,6 @@ jobs:
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
with:
74
upload_url: ${{ needs.version.outputs.upload_url }}
75
- asset_path: ./target/debian/complate_${{ needs.version.outputs.version }}_amd64.deb
76
- asset_name: complate_${{ needs.version.outputs.version }}_amd64.deb
+ asset_path: ./target/x86_64-unknown-linux-gnu/debian/complate_${{ needs.version.outputs.version }}_amd64.deb
+ asset_name: complate-amd64.deb
77
asset_content_type: application/octet-stream
0 commit comments