Skip to content

Commit

Permalink
Don't upload artifacts yet
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Aug 31, 2024
1 parent 903227b commit 34fbaa7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34fbaa7

Please sign in to comment.