Skip to content

Commit 2ed2b8d

Browse files
authored
Update release.yml
1 parent bbddc89 commit 2ed2b8d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636
mkdir -p dist
3737
bun build zsc.js --compile --outfile dist/zsc
3838
39-
- name: Rename binary for Windows
40-
if: matrix.os == 'windows-latest'
41-
run: |
42-
cd compiler/dist
43-
ren zsc zsc.exe
39+
4440

4541
- name: Zip artifact
4642
run: |

0 commit comments

Comments
 (0)