File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 49
49
- name : Build Release_x64
50
50
run : msbuild $env:SLN_NAME -p:Configuration=Release -p:Platform=x64
51
51
- name : Package Release_x86
52
- run : \"./Tools/7-Zip/7zr.exe\" a -r ./Release/ytgdq_x86_${{ steps.get_version.outputs.VERSION }}.zip ./Release/x86/*
53
- shell : cmd
52
+ run : ./Tools/7-Zip/7zr.exe a -r ./Release/ytgdq_x86_${{ steps.get_version.outputs.VERSION }}.zip ./Release/x86/*
54
53
- name : Package Release_x64
55
- run : \"./Tools/7-Zip/7zr.exe\" a -r ./Release/ytgdq_x64_${{ steps.get_version.outputs.VERSION }}.zip ./Release/x64/*
56
- shell : cmd
54
+ run : ./Tools/7-Zip/7zr.exe a -r ./Release/ytgdq_x64_${{ steps.get_version.outputs.VERSION }}.zip ./Release/x64/*
57
55
- name : Upload Release_x86
58
56
id : upload_release_x86
59
57
uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments