Godot auto build
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
echo "📥 Cache Miss. Downloading Godot Engine ($VERSION_URL)..."
|
echo "📥 Cache Miss. Downloading Godot Engine ($VERSION_URL)..."
|
||||||
curl -L "https://github.com/godotengine/godot/releases/download/${VERSION_URL}/Godot_v${VERSION_URL}_linux.x86_64.zip" -o godot.zip
|
curl -L "https://github.com/godotengine/godot/releases/download/${VERSION_URL}/Godot_v${VERSION_URL}_linux.x86_64.zip" -o godot.zip
|
||||||
unzip godot.zip
|
unzip godot.zip
|
||||||
mv "Godot_v${VERSION_URL}_linux.x86_64" .godot-cache-storage/godot
|
move "Godot_v${VERSION_URL}_linux.x86_64" .godot-cache-storage/godot || mv "Godot_v${VERSION_URL}_linux.x86_64" .godot-cache-storage/godot
|
||||||
chmod +x .godot-cache-storage/godot
|
chmod +x .godot-cache-storage/godot
|
||||||
|
|
||||||
echo "📥 Downloading Export Templates ($VERSION_URL)..."
|
echo "📥 Downloading Export Templates ($VERSION_URL)..."
|
||||||
@@ -76,15 +76,11 @@ jobs:
|
|||||||
|
|
||||||
- name: debug
|
- name: debug
|
||||||
run: |
|
run: |
|
||||||
ls -la "${{ gitea.workspace }}/build/linux"
|
|
||||||
ls -la build/linux
|
ls -la build/linux
|
||||||
|
|
||||||
|
# Step 6: Upload artifacts using Gitea-compatible v3 action
|
||||||
# Step 7: Upload artifacts using action version safety features compatible with Gitea
|
|
||||||
- name: Upload Linux Build Artifact
|
- name: Upload Linux Build Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: linux-build
|
name: linux-build
|
||||||
path: build/linux/
|
path: build/linux/
|
||||||
if-no-files-found: error
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user