From bdd0ee5a352e7178bcc716fa8ac16e71d84351be Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 23 Mar 2025 10:54:43 +0000 Subject: fix ci --- .github/workflows/cmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 96f509e5..fc53f6d7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -59,8 +59,8 @@ jobs: - name: Build run: ${{matrix.cmake}} --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target install - - name: Upload build - uses: actions/upload-artifact@v3 - with: - name: buildoutput - path: ${{github.workspace}}/build/ +# - name: Upload build +# uses: actions/upload-artifact@v3 +# with: +# name: buildoutput +# path: ${{github.workspace}}/build/ -- cgit v1.2.3