Merge branch 'jrose/upload-build-logs-on-failure'

This commit is contained in:
Jordan Rose 2022-02-02 16:47:26 -08:00
commit 4f4a3f2e17

View File

@ -98,6 +98,13 @@ jobs:
bundle exec fastlane scan --scheme Signal --output_types junit || formatFailures
- name: Upload build logs
uses: actions/upload-artifact@v2
if: failure()
with:
name: Logs
path: ~/Library/Logs/scan
lint:
name: Lint