File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -14,30 +14,18 @@ jobs:
1414 runs-on : windows-2019
1515
1616 steps :
17- - uses : actions/checkout@v3
18-
19- - uses : robinraju/release-downloader@v1.8
20- with :
21- repository : " upx/upx"
22- latest : true
23- fileName : " *-win64.zip"
24- tarBall : false
25- zipBall : false
26- extract : true
27-
28- - name : Move UPX
29- run : mv upx-*-win64 upx
17+ - uses : actions/checkout@v4
3018
3119 - name : Configure CMake
3220 # Configure CMake in a 'build' subdirectory.
33- run : cmake -B ${{github.workspace}}/build -A Win32 -DUPX_PATH:STRING="${{github.workspace}}/upx/upx.exe"
21+ run : cmake -B ${{github.workspace}}/build -A Win32
3422
3523 - name : Build
3624 # Build your program with the given configuration
3725 run : cmake --build ${{github.workspace}}/build --config Release
3826
3927 - name : Upload artifact
40- uses : actions/upload-artifact@v3
28+ uses : actions/upload-artifact@v4
4129 with :
4230 name : gm82snd
4331 path : gm82snd.gex
You can’t perform that action at this time.
0 commit comments