diff options
Diffstat (limited to '.github')
| -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/  | 
