Upload artifacts only on failure
This commit is contained in:
parent
af32c8d0fd
commit
a993671120
|
|
@ -42,6 +42,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
|
if: failure()
|
||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v2.2.3
|
||||||
with:
|
with:
|
||||||
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
|
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue