Godot auto build
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
with:
|
||||
# 👇 Force the container to use bash to parse the block sequentially
|
||||
entrypoint: /bin/bash
|
||||
args: -c "godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"
|
||||
args: -c "mkdir -v -p build/linux && godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"
|
||||
|
||||
- name: Upload Linux Build Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user