We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ea378 commit 3b08ebaCopy full SHA for 3b08eba
extract-expose-version.sh
@@ -16,7 +16,7 @@ fi
16
17
# Write the extracted values to a temporary file
18
echo "ANDROID_VERSION_CODE: $ANDROID_VERSION_CODE" > extracted_values.txt
19
-echo "ANDROID_VERSION_NAME: $ANDROID_VERSION_NAME" >> extracted_values.txt
+echo "ANDROID_VERSION_NAME=$ANDROID_VERSION_NAME" >> extracted_values.txt
20
21
# Debugging output to indicate script completion
22
echo "Script execution complete."
0 commit comments