We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203492b commit caaae61Copy full SHA for caaae61
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
id: build_bin
50
run: |
51
make bin
52
- TARBALL_NAME="chart-verifier.tgz-${{ steps.get_tag.outputs.release_version }}.tgz"
+ TARBALL_NAME="chart-verifier-${{ steps.get_tag.outputs.release_version }}.tgz"
53
tar -zcvf $TARBALL_NAME -C out/ chart-verifier
54
export TARBALL_PATH=$(realpath $TARBALL_NAME)
55
echo "tarball_path=$TARBALL_PATH" | tee -a $GITHUB_OUTPUT
0 commit comments