Skip to content

Commit 3b08eba

Browse files
committed
roll back format for name
1 parent b5ea378 commit 3b08eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract-expose-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
# Write the extracted values to a temporary file
1818
echo "ANDROID_VERSION_CODE: $ANDROID_VERSION_CODE" > extracted_values.txt
19-
echo "ANDROID_VERSION_NAME: $ANDROID_VERSION_NAME" >> extracted_values.txt
19+
echo "ANDROID_VERSION_NAME=$ANDROID_VERSION_NAME" >> extracted_values.txt
2020

2121
# Debugging output to indicate script completion
2222
echo "Script execution complete."

0 commit comments

Comments
 (0)