Godot auto build
Build Godot Project (Linux) / build-linux (push) Successful in 50s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
2026-06-22 12:21:56 -06:00
parent 5778d3f7d2
commit a42ebcb82e
+3 -7
View File
@@ -43,7 +43,7 @@ jobs:
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
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
echo "📥 Downloading Export Templates ($VERSION_URL)..."
@@ -76,15 +76,11 @@ jobs:
- name: debug
run: |
ls -la "${{ gitea.workspace }}/build/linux"
ls -la build/linux
# Step 7: Upload artifacts using action version safety features compatible with Gitea
# Step 6: Upload artifacts using Gitea-compatible v3 action
- name: Upload Linux Build Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: linux-build
path: build/linux/
if-no-files-found: error