Skip to content

Commit b164184

Browse files
other upload name
1 parent 7b36841 commit b164184

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/sample-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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/*

0 commit comments

Comments
 (0)