mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 05:01:39 +00:00
Archive windows result
This commit is contained in:
parent
5b23c3ec6d
commit
9c0e968133
1 changed files with 12 additions and 1 deletions
13
.github/workflows/validate.yml
vendored
13
.github/workflows/validate.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
- name: Archive Zelda64Recomp
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Zelda64Recompiled-${{ matrix.type }}
|
||||
name: Zelda64Recompiled-${{ runner.os }}-${{ matrix.type }}
|
||||
path: |
|
||||
Zelda64Recompiled
|
||||
assets/
|
||||
|
|
@ -142,3 +142,14 @@ jobs:
|
|||
|
||||
cmake -DCMAKE_BUILD_TYPE=${{ matrix.type }} -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_C_COMPILER=clang-cl -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -S . -B cmake-build -DCMAKE_CXX_FLAGS="-Xclang -fcxx-exceptions"
|
||||
cmake --build cmake-build --config ${{ matrix.type }} --target Zelda64Recompiled -j 8
|
||||
- name: Prepare Archive
|
||||
run: |
|
||||
Move-Item -Path "cmake-build/Zelda64Recompiled" -Destination "Zelda64Recompiled"
|
||||
Remove-Item -Path "assets/scss" -Recurse -Force
|
||||
- name: Archive Zelda64Recomp
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Zelda64Recompiled-${{ runner.os }}-${{ matrix.type }}
|
||||
path: |
|
||||
Zelda64Recompiled.exe
|
||||
assets/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue