From 34fbaa7547480346b33c421ec8e125340d8c727a Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 31 Aug 2024 09:31:49 +0200 Subject: [PATCH] Don't upload artifacts yet --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 487f1111..e8c7ec8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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