From e4d5fa3bae1af49e38b5f9f537af4e76d258918c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 15 Dec 2021 00:42:50 +0000 Subject: Update cmake.yml --- .github/workflows/cmake.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e8ee1410..11d2bf32 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -56,8 +56,9 @@ jobs: # Build your program with the given configuration run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target install - - name: Upload build - uses: actions/upload-artifact@v2 - with: - name: buildoutput - path: ${{github.workspace}}/build/ +# See +# - name: Upload build +# uses: actions/upload-artifact@v2 +# with: +# name: buildoutput +# path: ${{github.workspace}}/build/ -- cgit v1.2.3