mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
Update cmake-multi-platform.yml
This commit is contained in:
parent
789cb7c8a2
commit
aeae099f7b
8
.github/workflows/cmake-multi-platform.yml
vendored
8
.github/workflows/cmake-multi-platform.yml
vendored
@ -88,16 +88,16 @@ jobs:
|
|||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
cp build/XenonRecomp artifacts/
|
cp XenonRecomp/XenonRecomp artifacts/
|
||||||
cp build/XenonAnalyse artifacts/
|
cp XenonAnalyse/XenonAnalyse artifacts/
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Package Artifacts (Windows)
|
- name: Package Artifacts (Windows)
|
||||||
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\XenonRecomp.exe -Destination artifacts\
|
Copy-Item -Path XenonRecomp\XenonRecomp.exe -Destination artifacts\
|
||||||
Copy-Item -Path build\XenonAnalyse.exe -Destination artifacts\
|
Copy-Item -Path XenonAnalyse\XenonAnalyse.exe -Destination artifacts\
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user