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)
|
- name: Build (CMake)
|
||||||
run: cmake --build build --verbose
|
run: cmake --build build --verbose
|
||||||
|
|
||||||
- name: Pack stuff(windows)
|
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
|
||||||
run: |
|
|
||||||
cd build
|
|
||||||
windeployqt isle-config.exe
|
|
||||||
|
|
||||||
- name: Package (CPack)
|
- name: Package (CPack)
|
||||||
if: ${{ !matrix.n3ds }}
|
if: ${{ !matrix.n3ds }}
|
||||||
@ -148,6 +144,11 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
mkdir dist
|
mkdir dist
|
||||||
mv *.3dsx 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
|
- name: Upload Build Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user