diff --git a/.github/workflows/windows-build-clang.yaml b/.github/workflows/windows-build-clang.yaml index d755a47e9..7891494a2 100644 --- a/.github/workflows/windows-build-clang.yaml +++ b/.github/workflows/windows-build-clang.yaml @@ -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 +