This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user