Skip to content

Commit 794fb25

Browse files
committed
Always upload artifacts
1 parent 6462093 commit 794fb25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_loop.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
FASTLANE_KEY: ${{ secrets.FASTLANE_KEY }}
5656
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
5757

58-
# Upload IPA and Symbols
59-
- name: Upload IPA and Symbol artifacts
58+
# Upload Build artifacts
59+
- name: Upload build log, IPA and Symbol artifacts
60+
if: always()
6061
uses: actions/upload-artifact@v3
6162
with:
6263
name: build-artifacts

0 commit comments

Comments
 (0)