Skip to content

Commit

Permalink
ci: add back the windows artifact (open-goal#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser authored Aug 17, 2022
1 parent 18dfb6c commit b2eb041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/windows-build-clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2eb041

Please sign in to comment.