We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98979a7 commit b5ea378Copy full SHA for b5ea378
extract-expose-version.sh
@@ -15,8 +15,8 @@ if [ -z "$ANDROID_VERSION_NAME" ]; then
15
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_CODE: $ANDROID_VERSION_CODE" > 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