insane
Some checks failed
godot-ci export / Linux Export (push) Has been cancelled
godot-ci export / Windows Export (push) Successful in 1m14s
godot-ci export / Steam Publish (push) Has been skipped

This commit is contained in:
2025-07-06 16:35:33 -07:00
parent fe6ebc9e0f
commit e02e621f8b

View File

@ -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 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 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 # Show the updated file for verification
# echo "Updated version_text.gd:" echo "Updated version_text.gd:"
# cat ${PROJECT_PATH}/game/scripts/version_text.gd cat ${PROJECT_PATH}/game/scripts/version_text.gd
- name: Windows Build - name: Windows Build
run: | run: |