We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d94ad5 commit 4550155Copy full SHA for 4550155
.github/workflows/release.yaml
@@ -58,11 +58,8 @@ jobs:
58
;;
59
esac
60
61
- # Rename the file using the full tag name
62
- TARGET="technique-${{ github.ref_name }}-${OS}-${ARCH}"
63
-
64
- mv target/release/technique "${TARGET}"
65
+ TARGET="technique-${{ github.ref_name }}-${OS}-${ARCH}.gz"
+ gzip -c target/release/technique > ${TARGET}
66
echo "binary=${TARGET}" >> $GITHUB_OUTPUT
67
68
- name: Upload binary to Release
0 commit comments