Update workflow.yml

This commit is contained in:
CommanderRedYT
2022-08-27 14:04:34 +02:00
committed by GitHub
parent 3a872bcd58
commit b307e1bc79

View File

@ -28,16 +28,6 @@ jobs:
- name: Build
id: build
continue-on-error: true
run: |
cmake -DCMAKE_BUILD_TYPE=Release .
make -j$(nproc) ${{ matrix.config }}
# github artifacts
- name: Upload logs if failed
if: ${{ steps.build.outcome == 'failure' }}
uses: actions/upload-artifact@v2.2.4
with:
path: |
./CMakeFiles/CMakeOutput.log
./CMakeFiles/CMakeError.log