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