Skip to content

Commit 5d64053

Browse files
committed
Remove unnecessary identifier
1 parent c841180 commit 5d64053

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ jobs:
8686
echo "target=${TARGET}" >> $GITHUB_OUTPUT
8787
8888
- name: Compress binary (Unix)
89-
id: compress
9089
if: runner.os != 'Windows'
9190
run: |
9291
gzip -c target/release/technique > ${{ steps.prepare.outputs.target }}
9392
9493
- name: Compress binary (Windows)
95-
id: compress
9694
if: runner.os == 'Windows'
9795
shell: pwsh
9896
run: |

0 commit comments

Comments
 (0)