mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 08:51:05 -04:00
Add artifact upload step in build workflow
Add step to upload build artifacts for PS2Recomp.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user