Skip to content

Commit d9fec19

Browse files
fix android archive path
1 parent f2a14c9 commit d9fec19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sample-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ jobs:
158158
run: |
159159
zip -j \
160160
${{ env.ANDROID_APP_ARCHIVE_PATH }} \
161-
app.apk \
162-
app-androidTest.apk
161+
${{ env.REACT_NATIVE_SAMPLE_PATH }}/app.apk \
162+
${{ env.REACT_NATIVE_SAMPLE_PATH }}/app-androidTest.apk
163163
164164
- name: Upload iOS APP
165165
if: ${{ matrix.platform == 'ios' && matrix.rn-architecture == 'new' && matrix.build-type == 'production' && matrix.ios-use-frameworks == 'no-frameworks' }}

0 commit comments

Comments
 (0)