diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2025-03-23 10:54:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-23 10:54:43 +0000 |
commit | bdd0ee5a352e7178bcc716fa8ac16e71d84351be (patch) | |
tree | c564764be5372c25263276d86e1055a571ec414f | |
parent | e96a2748b36586183230731d865897d2a6903c5a (diff) |
fix ci
-rw-r--r-- | .github/workflows/cmake.yml | 10 |
1 files 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/ |