We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a67d6 commit e9e4541Copy full SHA for e9e4541
1 file changed
.github/workflows/ios_main.yml
@@ -49,3 +49,9 @@ jobs:
49
50
- name: run tests
51
run: bundle exec fastlane tests
52
+ - uses: actions/upload-artifact@v2
53
+ if: ${{ always() }}
54
+ with:
55
+ name: logs
56
+ path: |
57
+ /Users/runner/Library/Developer/Xcode/DerivedData/OpenDocumentReader-*/
0 commit comments