insane
This commit is contained in:
@ -52,9 +52,9 @@ jobs:
|
||||
sed -i "s/var short_sha: String = \"X\"/var short_sha: String = \"${SHORT_SHA}\"/" ${PROJECT_PATH}/game/scripts/version_text.gd
|
||||
sed -i "s/var build_override: bool = false/var build_override: bool = true/" ${PROJECT_PATH}/game/scripts/version_text.gd
|
||||
|
||||
# # Show the updated file for verification
|
||||
# echo "Updated version_text.gd:"
|
||||
# cat ${PROJECT_PATH}/game/scripts/version_text.gd
|
||||
# Show the updated file for verification
|
||||
echo "Updated version_text.gd:"
|
||||
cat ${PROJECT_PATH}/game/scripts/version_text.gd
|
||||
|
||||
- name: Windows Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user