Add artifact upload step in build workflow

Add step to upload build artifacts for PS2Recomp.
This commit is contained in:
DanielSvoboda
2026-01-28 17:03:20 -03:00
committed by GitHub
parent 327d1f2d7f
commit cb20d0298a
+8
View File
@@ -36,3 +36,11 @@ jobs:
continue-on-error: true # When tests start passing, this line should be removed.
run: |
.\build\ps2xTest\Release\ps2x_tests.exe
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: PS2Recomp - Windows
path: |
build/ps2xAnalyzer/Release/*.exe
build/ps2xRecomp/Release/*.exe
build/ps2xTest/Release/*.exe