diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95af1e45..6cf47291 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,13 +40,12 @@ jobs: - name: CMake Build run: cmake --workflow --preset=${{matrix.preset}} + - name: Upload Artifacts + uses: actions/upload-artifact@v4 + with: + name: Windows ${{matrix.configuration}} Artifacts + path: | + build/${{matrix.preset}}/artifacts/* + - name: CMake Test run: cd build/${{matrix.preset}} && ctest --verbose - - #- name: Upload Artifacts - # uses: actions/upload-artifact@v4 - # with: - # name: Windows ${{matrix.configuration}} Artifacts - # path: | - # build/${{matrix.preset}}/artifacts/emulator.exe - # build/${{matrix.preset}}/artifacts/emulator.pdb