mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
test
This commit is contained in:
parent
131f5b1c5b
commit
7a35aa36da
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -107,11 +107,7 @@ jobs:
|
||||
- name: Build (CMake)
|
||||
run: cmake --build build --verbose
|
||||
|
||||
- name: Pack stuff(windows)
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: |
|
||||
cd build
|
||||
windeployqt isle-config.exe
|
||||
|
||||
|
||||
- name: Package (CPack)
|
||||
if: ${{ !matrix.n3ds }}
|
||||
@ -148,6 +144,11 @@ jobs:
|
||||
cd build
|
||||
mkdir dist
|
||||
mv *.3dsx dist/
|
||||
- name: Pack stuff(windows)
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
run: |
|
||||
cd build/dist
|
||||
windeployqt isle-config.exe
|
||||
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user