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

This commit is contained in:
2026-06-22 11:49:31 -06:00
parent 4f61148bc5
commit 420874dbf2
2 changed files with 7 additions and 43 deletions
+7 -7
View File
@@ -74,11 +74,11 @@ jobs:
mkdir -p build/linux
./godot --headless --export-release "Linux" build/linux/godot_number_factory.x86_64
# Step 6: Upload artifacts using action version safety features compatible with Gitea
- name: Upload Linux Build Artifact
uses: actions/upload-artifact@v4
with:
name: linux-build
path: build/linux/
if-no-files-found: error
## Step 6: Upload artifacts using action version safety features compatible with Gitea
#- name: Upload Linux Build Artifact
# uses: actions/upload-artifact@v4
# with:
# name: linux-build
# path: build/linux/
# if-no-files-found: error