Skip to content

Commit c54260d

Browse files
[AppOnly] Fix CI by looking for APK in the correct place
1 parent e3500c6 commit c54260d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/privilegedBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ jobs:
303303

304304
- uses: actions/upload-artifact@v2
305305
with:
306-
name: application-staging-apks
307-
path: build/application-staging/app/build/outputs/apk/**/*.apk
306+
name: APKs
307+
path: application/app/build/outputs/apk/**/*.apk
308308
if-no-files-found: error
309309

310310
- run: mv application/app/build/reports/lint-results-release.html application-lint-report.html

0 commit comments

Comments
 (0)