2024-07-28 15:09:37 +00:00
|
|
|
|
|
|
|
name: Configurator Build
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2024-07-28 15:13:05 +00:00
|
|
|
branches: [feat/godot-configurator]
|
2024-07-28 15:09:37 +00:00
|
|
|
tags:
|
|
|
|
- "v*-test"
|
|
|
|
pull_request:
|
2024-07-28 15:13:05 +00:00
|
|
|
branches: [feat/godot-configurator]
|
2024-07-28 15:09:37 +00:00
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3.3.0
|
|
|
|
- name : exportGame
|
|
|
|
uses: firebelley/godot-export@v5.2.1
|
|
|
|
with:
|
|
|
|
cache: true
|
|
|
|
godot_executable_download_url: https://download.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_linux.x86_64.zip
|
|
|
|
godot_export_templates_download_url: https://download.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_export_templates.tpz
|
2024-07-28 15:16:06 +00:00
|
|
|
relative_project_path: ./tools/configurator
|
2024-07-28 15:46:24 +00:00
|
|
|
relative_export_path: ../../
|
2024-08-04 20:52:49 +00:00
|
|
|
archive_output: false
|
2024-08-04 20:58:21 +00:00
|
|
|
archive_root_folder: true
|
2024-08-04 21:01:04 +00:00
|
|
|
export_as_pack: true
|
2024-07-28 15:09:37 +00:00
|
|
|
|
|
|
|
- name: Upload Linux artifact
|
|
|
|
uses: actions/upload-artifact@v4
|
|
|
|
with:
|
2024-08-04 20:52:49 +00:00
|
|
|
name: Godot Linux Configurator
|
2024-08-04 21:01:04 +00:00
|
|
|
path: /home/runner/work/linux.pck
|