Fix 22
Some checks failed
godot-ci export / build (push) Failing after 2s

This commit is contained in:
2025-06-01 20:10:30 +02:00
parent f52ea4464a
commit 5fc9bc3db2

View File

@@ -22,7 +22,7 @@ jobs:
- name: Get Godot Version
run: |
# Add specific Godot Version to project.godot = `config/features=PackedStringArray("4.2", "4.2.2", "Forward Plus")`
echo "GODOT_VERSION=$(grep '^config/features' project.godot | cut -d "\"" -f 4)" >> $GITHUB_ENV
echo "GODOT_VERSION=$(grep '^config/features' project.godot | cut -d "\"" -f 4)" >> $GITEA_ENV
- name: Download Godot
run: |