We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfbab2 commit 43717f9Copy full SHA for 43717f9
.github/workflows/build.yml
@@ -46,6 +46,7 @@ jobs:
46
47
buildOnWindows:
48
runs-on: windows-2019
49
+ timeout-minutes: 20
50
51
steps:
52
- uses: actions/checkout@v2
@@ -72,7 +73,8 @@ jobs:
72
73
args: '-7'
74
75
- name: Zip CLI
- run: jar -cfM spp-cli-win64.zip build/graal/
76
+ run: Compress-Archive -LiteralPath build/graal/spp-cli.exe -DestinationPath spp-cli-win64.zip
77
+ shell: powershell
78
79
- uses: actions/upload-artifact@v2
80
with:
@@ -239,7 +241,7 @@ jobs:
239
241
240
242
upload_url: ${{ steps.createDraft.outputs.upload_url }}
243
asset_path: ./spp-cli-win64.zip
- asset_name: spp-cli-${{ needs.buildOnWindows.outputs.version }}-win64.zip
244
+ asset_name: spp-cli-${{ needs.buildOnLinux.outputs.version }}-win64.zip
245
asset_content_type: application/zip
246
247
- name: Download spp-cli-linux64 artifact
0 commit comments