File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 46
46
47
47
buildOnWindows :
48
48
runs-on : windows-2019
49
+ timeout-minutes : 20
49
50
50
51
steps :
51
52
- uses : actions/checkout@v2
72
73
args : ' -7'
73
74
74
75
- name : Zip CLI
75
- 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
76
78
77
79
- uses : actions/upload-artifact@v2
78
80
with :
@@ -239,7 +241,7 @@ jobs:
239
241
with :
240
242
upload_url : ${{ steps.createDraft.outputs.upload_url }}
241
243
asset_path : ./spp-cli-win64.zip
242
- asset_name : spp-cli-${{ needs.buildOnWindows .outputs.version }}-win64.zip
244
+ asset_name : spp-cli-${{ needs.buildOnLinux .outputs.version }}-win64.zip
243
245
asset_content_type : application/zip
244
246
245
247
- name : Download spp-cli-linux64 artifact
You can’t perform that action at this time.
0 commit comments