Godot auto build
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Export Linux Binary via Godot Container
|
- name: Export Linux Binary via Godot Container
|
||||||
# This forces just THIS step to run inside the Godot container
|
# This forces just THIS step to run inside the Godot container
|
||||||
uses: docker://barichello/godot-ci:4.3
|
uses: docker://barichello/godot-ci:4.3
|
||||||
with:
|
with:
|
||||||
# 👇 Force the container to use bash to parse the block sequentially
|
# 👇 Force the container to use bash to parse the block sequentially
|
||||||
entrypoint: /bin/bash
|
entrypoint: /bin/bash
|
||||||
args: -c "mkdir -v -p ~/.local/share/godot/export_templates/ && ln -s /root/.local/share/godot/export_templates/* ~/.local/share/godot/export_templates/ && mkdir -v -p build/linux && godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"
|
args: -c "mkdir -v -p ~/.local/share/godot/export_templates/ && ln -s /root/.local/share/godot/export_templates/* ~/.local/share/godot/export_templates/ && mkdir -v -p build/linux && godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64"
|
||||||
|
|||||||
Reference in New Issue
Block a user