mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-17 05:28:24 +00:00
CircleCI: archive whole paths
This commit is contained in:
parent
b4223e8e09
commit
c6a99bff22
1 changed files with 4 additions and 2 deletions
|
@ -44,9 +44,11 @@ jobs:
|
|||
command: find . -name "*.apk"
|
||||
- store_artifacts:
|
||||
#path: touch/build/outputs/apk/prodNoFree/debug/touch-prod-noFree-debug.apk
|
||||
path: touch/build/outputs/apk/$FLAVOR1_LOWER$FLAVOR2/$BUILD_TYPE/touch-$FLAVOR1_LOWER-$FLAVOR2_LOWER-$BUILD_TYPE_LOWER.apk
|
||||
path: touch/build/outputs/apk
|
||||
#path: touch/build/outputs/apk/$FLAVOR1_LOWER$FLAVOR2/$BUILD_TYPE/touch-$FLAVOR1_LOWER-$FLAVOR2_LOWER-$BUILD_TYPE_LOWER.apk
|
||||
#path: touch/build/outputs/apk/prodNoFree/debug/*.apk
|
||||
destination: touch
|
||||
- store_artifacts:
|
||||
path: leanback/build/outputs/apk/$FLAVOR1_LOWER/$BUILD_TYPE/leanback-$FLAVOR1_LOWER-$BUILD_TYPE_LOWER.apk
|
||||
#path: leanback/build/outputs/apk/$FLAVOR1_LOWER/$BUILD_TYPE/leanback-$FLAVOR1_LOWER-$BUILD_TYPE_LOWER.apk
|
||||
path: leanback/build/outputs/apk
|
||||
destination: leanback
|
Loading…
Add table
Reference in a new issue