release/2.0 #21

Merged
fabian merged 137 commits from release/2.0 into master 2023-01-28 23:29:27 +01:00
Showing only changes of commit 6f221d7880 - Show all commits

View File

@@ -49,7 +49,7 @@ steps:
path: /tmp/deploy path: /tmp/deploy
commands: commands:
- mkdir -p /tmp/deploy/tagged/$DRONE_TAG - 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 - cp ./app/build/outputs/bundle/release/app-release.aab /tmp/deploy/tagged/$DRONE_TAG/app-release_$DRONE_TAG.aab
when: when:
event: event: