mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-05-29 05:12:06 +00:00
Update cmake-multi-platform.yml
This commit is contained in:
parent
aef9e00e38
commit
9f77426170
15
.github/workflows/cmake-multi-platform.yml
vendored
15
.github/workflows/cmake-multi-platform.yml
vendored
@ -68,11 +68,22 @@ jobs:
|
|||||||
run: cmake --build build --config ${{ matrix.build_type }}
|
run: cmake --build build --config ${{ matrix.build_type }}
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
|
- name: Show Build Directory (Linux)
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
run: tree -L 3 build
|
||||||
|
shell: bash
|
||||||
|
|
||||||
|
- name: Show Build Directory (Windows)
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
run: Get-ChildItem -Path build -Recurse
|
||||||
|
shell: powershell
|
||||||
|
|
||||||
|
|
||||||
- name: Package Artifacts (Linux)
|
- name: Package Artifacts (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
cp build/XenonRecompiler artifacts/
|
cp build/XenonRecomp artifacts/
|
||||||
cp build/XenonAnalyse artifacts/
|
cp build/XenonAnalyse artifacts/
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
@ -80,7 +91,7 @@ jobs:
|
|||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
New-Item -ItemType Directory -Path artifacts
|
New-Item -ItemType Directory -Path artifacts
|
||||||
Copy-Item -Path build\XenonRecompiler.exe -Destination artifacts\
|
Copy-Item -Path build\XenonRecomp.exe -Destination artifacts\
|
||||||
Copy-Item -Path build\XenonAnalyse.exe -Destination artifacts\
|
Copy-Item -Path build\XenonAnalyse.exe -Destination artifacts\
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user