Fix auth
Some checks failed
Build Game / Export Game Client (push) Failing after 19s

This commit is contained in:
2025-12-04 09:07:28 +01:00
parent b7ce8338d9
commit 1822b50399

View File

@ -33,13 +33,11 @@ jobs:
# Download Linux Editor (The Builder)
echo "Downloading Editor..."
wget --header="Authorization: token $TOKEN" \
"$REGISTRY_URL/godot-editor-linux/$ENGINE_HASH/godot-editor-linux.zip"
wget "$REGISTRY_URL/godot-editor-linux/$ENGINE_HASH/godot-editor-linux.zip"
# Download Templates (The Payload)
echo "Downloading Templates..."
wget --header="Authorization: token $TOKEN" \
"$REGISTRY_URL/godot-templates/$ENGINE_HASH/templates.tpz"
wget "$REGISTRY_URL/godot-templates/$ENGINE_HASH/templates.tpz"
echo "--- 2. INSTALLING ---"