Skip to content

Commit

Permalink
update github actions steps
Browse files Browse the repository at this point in the history
skyfloogle authored Dec 15, 2024
1 parent 904245d commit 8ecab91
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -14,30 +14,18 @@ jobs:
runs-on: windows-2019

steps:
- uses: actions/checkout@v3

- uses: robinraju/[email protected]
with:
repository: "upx/upx"
latest: true
fileName: "*-win64.zip"
tarBall: false
zipBall: false
extract: true

- name: Move UPX
run: mv upx-*-win64 upx
- uses: actions/checkout@v4

- name: Configure CMake
# Configure CMake in a 'build' subdirectory.
run: cmake -B ${{github.workspace}}/build -A Win32 -DUPX_PATH:STRING="${{github.workspace}}/upx/upx.exe"
run: cmake -B ${{github.workspace}}/build -A Win32

- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config Release

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gm82snd
path: gm82snd.gex

0 comments on commit 8ecab91

Please sign in to comment.