Fix 23
All checks were successful
godot-ci export / build (push) Successful in 1m18s

This commit is contained in:
2025-06-01 20:11:36 +02:00
parent 5fc9bc3db2
commit 17f0948f30

View File

@@ -19,11 +19,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- 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)" >> $GITEA_ENV
- name: Download Godot
run: |
echo "https://github.com/godotengine/godot-builds/releases/download/$GODOT_VERSION-stable/Godot_v$GODOT_VERSION-stable_linux.x86_64.zip"