Skip to content

Commit 8ecab91

Browse files
authored
update github actions steps
1 parent 904245d commit 8ecab91

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)