Upload artifacts

This commit is contained in:
momo5502
2024-10-25 20:24:30 +02:00
parent 3b697204bf
commit 0e14f935d9

View File

@@ -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