mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 14:55:51 -04:00
ci: add back the windows artifact (#1766)
This commit is contained in:
@@ -52,3 +52,10 @@ jobs:
|
||||
GTEST_OUTPUT: "xml:opengoal-test-report.xml"
|
||||
run: ./build/bin/goalc-test.exe --gtest_color=yes --gtest_brief=1 --gtest_filter="-*MANUAL_TEST*"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: opengoal-windows-${{ inputs.cachePrefix }}
|
||||
if-no-files-found: error
|
||||
path: ./build/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user