There was an error while loading. Please reload this page.
1 parent c841180 commit 5d64053Copy full SHA for 5d64053
1 file changed
.github/workflows/release.yaml
@@ -86,13 +86,11 @@ jobs:
86
echo "target=${TARGET}" >> $GITHUB_OUTPUT
87
88
- name: Compress binary (Unix)
89
- id: compress
90
if: runner.os != 'Windows'
91
run: |
92
gzip -c target/release/technique > ${{ steps.prepare.outputs.target }}
93
94
- name: Compress binary (Windows)
95
96
if: runner.os == 'Windows'
97
shell: pwsh
98
0 commit comments