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