Skip to content

Commit caaae61

Browse files
fix: drop extra .tgz from release artifact (#464)
* fix: drop extra .tgz from release artifact * fix: remove unnecessary change to github workflow
1 parent 203492b commit caaae61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: build_bin
5050
run: |
5151
make bin
52-
TARBALL_NAME="chart-verifier.tgz-${{ steps.get_tag.outputs.release_version }}.tgz"
52+
TARBALL_NAME="chart-verifier-${{ steps.get_tag.outputs.release_version }}.tgz"
5353
tar -zcvf $TARBALL_NAME -C out/ chart-verifier
5454
export TARBALL_PATH=$(realpath $TARBALL_NAME)
5555
echo "tarball_path=$TARBALL_PATH" | tee -a $GITHUB_OUTPUT

0 commit comments

Comments
 (0)