mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Don't upload artifacts yet
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user