Skip to content

Commit f650b88

Browse files
committed
rename windows to win-x64
1 parent e69b007 commit f650b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
npx pkg . -t win --compress GZip
206206
cd ./dist
207207
cp -Force heta-compiler.exe heta-compiler-win-x64.exe
208-
tar -czvf ./heta-compiler-windows.tar.gz ./heta-compiler.exe
208+
tar -czvf ./heta-compiler-win-x64.tar.gz ./heta-compiler.exe
209209
cd ..
210210
211211
- name: Get package version
@@ -251,7 +251,7 @@ jobs:
251251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
252252
with:
253253
files: |
254-
dist/heta-compiler-windows.tar.gz
254+
dist/heta-compiler-win-x64.tar.gz
255255
dist/heta-compiler-win-x64.exe
256256
257257
- name: Prepare files to publish in choco

0 commit comments

Comments
 (0)