Release script: Update last part of the script
This commit is contained in:
parent
52477aa9d5
commit
8cf8852aae
@ -225,12 +225,13 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
printf "\n================================================================================\n"
|
printf "\n================================================================================\n"
|
||||||
read -p "Wait for the GitHub action https://github.com/vector-im/element-android/actions/workflows/build.yml?query=branch%3Amain to build the 'main' branch. Press enter when it's done."
|
printf "Wait for the GitHub action https://github.com/vector-im/element-android/actions/workflows/build.yml?query=branch%3Amain to build the 'main' branch.\n"
|
||||||
|
read -p "After GHA is finished, please enter the artifact URL (for 'vector-gplay-release-unsigned'): " artifactUrl
|
||||||
|
|
||||||
printf "\n================================================================================\n"
|
printf "\n================================================================================\n"
|
||||||
printf "Running the release script...\n"
|
printf "Running the release script...\n"
|
||||||
cd ${releaseScriptLocation}
|
cd ${releaseScriptLocation}
|
||||||
${releaseScriptFullPath} "v${version}"
|
${releaseScriptFullPath} "v${version}" ${artifactUrl}
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
printf "\n================================================================================\n"
|
printf "\n================================================================================\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user