Fix deployment for tagged commit.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-12-10 18:26:22 +01:00
parent a4355df9d0
commit 6f221d7880

View File

@@ -49,7 +49,7 @@ steps:
path: /tmp/deploy
commands:
- mkdir -p /tmp/deploy/tagged/$DRONE_TAG
- cp ./app/build/outputs/apk/debug/app-debug.apk /tmp/deploy/tagged/$DRONE_TAG/app-debug_$DRONE_TAG.apk
- cp ./app/build/outputs/apk/release/app-release.apk /tmp/deploy/tagged/$DRONE_TAG/app-release$DRONE_TAG.apk
- cp ./app/build/outputs/bundle/release/app-release.aab /tmp/deploy/tagged/$DRONE_TAG/app-release_$DRONE_TAG.aab
when:
event: