ci: add back the windows artifact (#1766)

This commit is contained in:
Tyler Wilding 2022-08-17 00:57:59 -04:00 committed by GitHub
parent 18dfb6c1d1
commit b2eb041ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,3 +52,10 @@ jobs:
GTEST_OUTPUT: "xml:opengoal-test-report.xml" GTEST_OUTPUT: "xml:opengoal-test-report.xml"
run: ./build/bin/goalc-test.exe --gtest_color=yes --gtest_brief=1 --gtest_filter="-*MANUAL_TEST*" 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