Skip to content

Commit

Permalink
Don't put the version in the artifact name (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Matheson <matt@trunk.io>
  • Loading branch information
mmatheson authored Aug 6, 2024
1 parent 4fc54c7 commit b993b1d
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 @@ -96,7 +96,7 @@ jobs:
do
chmod u+x build/${target}/trunk-analytics-cli
tar czvf \
build/trunk-analytics-cli-${{ github.event.inputs.release_tag }}-${target}.tar.gz \
build/trunk-analytics-cli-${target}.tar.gz \
-C build/${target} trunk-analytics-cli
done
Expand Down

0 comments on commit b993b1d

Please sign in to comment.