Skip to content

Commit dd6f661

Browse files
author
Cody Brookshear
committed
Fix save apks stage
1 parent eaa544c commit dd6f661

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ stages:
3232
- ./gradlew -Pci --console=plain :app:testRelease
3333
- cp app/build/outputs/apk/debug/app-debug.apk ../../$APK_FOLDER/$PROJECT_FOLDER-$LANGUAGE_FOLDER.apk
3434
stage: build
35+
artifacts:
36+
paths:
37+
- $APK_FOLDER/
3538

3639
saveApks:
3740
script:

0 commit comments

Comments
 (0)