Upload artifacts only on failure

This commit is contained in:
Christian Treffs 2021-06-11 15:21:53 +02:00
parent af32c8d0fd
commit a993671120
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
- name: Upload build artifacts
if: failure()
uses: actions/upload-artifact@v2.2.3
with:
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}