update .github/workflows/windows.yml

This commit is contained in:
MihailRis 2024-08-29 13:32:56 +03:00
parent 25bdcc8e1b
commit d6ff55e4f5

View File

@ -42,7 +42,7 @@ jobs:
cp -r build/* packaged/ cp -r build/* packaged/
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}
- name: Run tests - name: Run tests
run: ctest --test-dir build run: ctest --output-on-failure --test-dir build
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: Windows-Build name: Windows-Build