From aecdd475d8c8f30020633b94311ecf50f4a0080f Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 17 May 2023 16:37:08 +0200 Subject: [PATCH] Update the release script to release the flavor `rustCrypto` - small revert --- tools/release/releaseScript.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/releaseScript.sh b/tools/release/releaseScript.sh index e140560e52..f198670eae 100755 --- a/tools/release/releaseScript.sh +++ b/tools/release/releaseScript.sh @@ -267,7 +267,7 @@ fi printf "\n================================================================================\n" 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-rustCrypto-release-unsigned'): " artifactUrl +read -p "After GHA is finished, please enter the artifact URL (for 'vector-gplay-release-unsigned'): " artifactUrl printf "\n================================================================================\n" printf "Downloading the artifact...\n" @@ -290,7 +290,7 @@ set -e printf "\n================================================================================\n" printf "Unzipping the artifact...\n" -unzip ${targetPath}/vector-gplay-rustCrypto-release-unsigned.zip -d ${targetPath} +unzip ${targetPath}/vector-gplay-release-unsigned.zip -d ${targetPath} # Flatten folder hierarchy mv ${targetPath}/gplayRustCrypto/release/* ${targetPath}