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 e69b007 commit f650b88Copy full SHA for f650b88
.github/workflows/on-release.yml
@@ -205,7 +205,7 @@ jobs:
205
npx pkg . -t win --compress GZip
206
cd ./dist
207
cp -Force heta-compiler.exe heta-compiler-win-x64.exe
208
- tar -czvf ./heta-compiler-windows.tar.gz ./heta-compiler.exe
+ tar -czvf ./heta-compiler-win-x64.tar.gz ./heta-compiler.exe
209
cd ..
210
211
- name: Get package version
@@ -251,7 +251,7 @@ jobs:
251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
252
with:
253
files: |
254
- dist/heta-compiler-windows.tar.gz
+ dist/heta-compiler-win-x64.tar.gz
255
dist/heta-compiler-win-x64.exe
256
257
- name: Prepare files to publish in choco
0 commit comments