Skip to content

Commit 49d29de

Browse files
committed
chore(ci:artefact): rename the release artifact
1 parent 6d3ad17 commit 49d29de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
# https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
177177
upload_url: ${{ steps.create_release.outputs.upload_url }}
178178
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
179+
asset_name: t-rec-${{ steps.tag_name.outputs.current_version }}-amd64-static.deb
180180
asset_content_type: application/vnd.debian.binary-package
181181

182182
# https://github.com/mislav/bump-homebrew-formula-action

0 commit comments

Comments
 (0)