Skip to content

Commit

Permalink
Update generate_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangl authored Sep 10, 2020
1 parent a49584d commit ab557b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/deploy/generate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ FLAVOR_APK_FOLDER=$(if [ -z "$FLAVOR" ]; then echo "release"; else echo "${FLAVO

mkdir -p release/artifacts
cp "${MODULE}"/build/outputs/apk/"${FLAVOR_APK_FOLDER}"/*-release.apk release/artifacts/
cp "${MODULE}"/src/"${FLAVOR_APK_FOLDER}"release/play/release-notes/*/"${RELEASE_TRACK}".txt release/release-notes.txt
cp "${MODULE}"/src/"${FLAVOR_APK_FOLDER}"/play/release-notes/*/"${RELEASE_TRACK}".txt release/release-notes.txt
# Comment if the build is not obfuscated
#FLAVOR_MAPPING_FOLDER=$(if [ -z "$FLAVOR" ]; then echo "release"; else echo "${FLAVOR}Release"; fi)
#cp "${MODULE}"/build/outputs/mapping/"${FLAVOR_MAPPING_FOLDER}"/*-release-mapping.txt release/artifacts/

0 comments on commit ab557b0

Please sign in to comment.