File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,11 @@ jobs:
9999 - name : Upload Android APK
100100 uses : actions/upload-artifact@v4
101101 with :
102- name : ${{ matrix.SAMPLE_DIR }}-android-apk
102+ name : ${{ matrix.bump }}-android-apk
103103 if-no-files-found : warn
104104 path : |
105105 ${{ matrix.SAMPLE_DIR }}/android/app/build/outputs/apk/debug/*.apk
106106
107- # - name: Install CocoaPods
108- # run: sudo gem install cocoapods --no-document
109-
110107 - name : Install xcpretty
111108 run : sudo gem install xcpretty --no-document
112109
@@ -127,7 +124,7 @@ jobs:
127124 - name : Upload iOS build logs
128125 uses : actions/upload-artifact@v4
129126 with :
130- name : ${{ matrix.SAMPLE_DIR }}-ios-build-logs
127+ name : ${{ matrix.bump }}-ios-build-logs
131128 if-no-files-found : warn
132129 path : |
133130 ~/Library/Logs/Diagnostics/*
You can’t perform that action at this time.
0 commit comments