We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088ce96 commit cffb36eCopy full SHA for cffb36e
1 file changed
.github/workflows/ios_main.yml
@@ -49,9 +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-*/
+# - uses: actions/upload-artifact@v2
+# if: ${{ always() }}
+# with:
+# name: logs
+# path: |
+# /Users/runner/Library/Developer/Xcode/DerivedData/OpenDocumentReader-*/
0 commit comments