Updating action to check for varibles,
All checks were successful
godot-ci export / Prepare Build Assets (push) Successful in 1m21s
godot-ci export / Linux Export (push) Successful in 45s
godot-ci export / Windows Export (push) Successful in 50s
godot-ci export / Steam Publish (push) Successful in 1m1s

renamed version_text to version_label, removed undded files from repo that are made on build
This commit is contained in:
2025-07-07 06:20:35 -07:00
parent ea15cd45d8
commit 174a12d7cb
6 changed files with 43 additions and 17 deletions

View File

@ -0,0 +1,8 @@
class_name VersionInfo extends Label
var project_name: String = "X"
var commit_number: int = 0
var branch_name: String = "X"
var short_sha: String = "X"
var build_override: bool = false