We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3ad17 commit 49d29deCopy full SHA for 49d29de
.github/workflows/release.yml
@@ -176,7 +176,7 @@ jobs:
176
# https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
177
upload_url: ${{ steps.create_release.outputs.upload_url }}
178
asset_path: target/x86_64-unknown-linux-musl/debian/t-rec*.deb
179
- asset_name: t-rec_${{ steps.tag_name.outputs.current_version }}_amd64.deb
+ asset_name: t-rec-${{ steps.tag_name.outputs.current_version }}-amd64-static.deb
180
asset_content_type: application/vnd.debian.binary-package
181
182
# https://github.com/mislav/bump-homebrew-formula-action
0 commit comments