From 1cbf4458b55e90602ecb6736838de74db605f55b Mon Sep 17 00:00:00 2001 From: Peter Semiletov Date: Wed, 30 Aug 2023 12:57:18 +0000 Subject: [PATCH] fix --- .github/workflows/cmake-art-windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-art-windows.yml b/.github/workflows/cmake-art-windows.yml index 83b1819..f7b7b2c 100644 --- a/.github/workflows/cmake-art-windows.yml +++ b/.github/workflows/cmake-art-windows.yml @@ -27,8 +27,8 @@ jobs: # Build your program with the given configuration run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - - name: Archive production artifacts - uses: actions/upload-artifact@v3 - with: - name: drumlabooh-vsti - path: drumlabooh_artefacts\Release\VST3 +# - name: Archive production artifacts +# uses: actions/upload-artifact@v3 +# with: +# name: drumlabooh-vsti + # path: drumlabooh_artefacts\Release\VST3