Update cmake-multi-platform.yml

This commit is contained in:
Sakimotor 2025-03-03 12:16:09 +01:00 committed by GitHub
parent 789cb7c8a2
commit aeae099f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,16 +88,16 @@ jobs:
if: runner.os == 'Linux'
run: |
mkdir -p artifacts
cp build/XenonRecomp artifacts/
cp build/XenonAnalyse artifacts/
cp XenonRecomp/XenonRecomp artifacts/
cp XenonAnalyse/XenonAnalyse artifacts/
shell: bash
- name: Package Artifacts (Windows)
if: runner.os == 'Windows'
run: |
New-Item -ItemType Directory -Path artifacts
Copy-Item -Path build\XenonRecomp.exe -Destination artifacts\
Copy-Item -Path build\XenonAnalyse.exe -Destination artifacts\
Copy-Item -Path XenonRecomp\XenonRecomp.exe -Destination artifacts\
Copy-Item -Path XenonAnalyse\XenonAnalyse.exe -Destination artifacts\
shell: powershell
- name: Upload Artifacts