Don't upload artifacts yet

This commit is contained in:
momo5502
2024-08-31 09:31:49 +02:00
parent 903227b699
commit 34fbaa7547

View File

@@ -40,10 +40,10 @@ 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/emulator.exe
build/${{matrix.preset}}/artifacts/emulator.pdb
#- 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