Unverified Commit d9f0bd95 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Merge pull request #3657 from swayangjit/release-5.1.0

Issue #ED-354 chore: Update aab firebase upload logic.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@
src: "uploadToGdrive.sh"
dest: "./uploadToGdrive.sh"
- name: Uploading build to {{ env_name }} firebase
shell: find ../ -maxdepth 1 -iregex ".*{{env_name}}.apk" -exec bash deployToFirebase.sh {} \;
shell: find ../ -maxdepth 1 -iregex ".*{{env_name}}.*.aab" -exec bash deployToFirebase.sh {} \;
when: env_name!='production'
- name: Uploading build to {{ env_name }} Gdrive
shell: find ../ -maxdepth 1 -iregex ".*[0-9].apk" -exec bash uploadToGdrive.sh -v -r {} \;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment