mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-28 00:25:42 +00:00
Update godot.yml
This commit is contained in:
parent
356c7826a4
commit
703416fe8b
40
.github/workflows/godot.yml
vendored
40
.github/workflows/godot.yml
vendored
|
@ -1,28 +1,26 @@
|
||||||
name: Building a mOnKeyX Project
|
name: Building a mOnKeyX Project
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: {}
|
push:
|
||||||
pull_request: {}
|
branches: [ feat/godot-uk ]
|
||||||
workflow_dispatch: {}
|
pull_request:
|
||||||
|
branches: [ feat/godot-uk ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Godot:
|
build:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
runs-on: ubunntu-latest
|
||||||
matrix:
|
|
||||||
platform: [linux, windows, mac]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.4
|
- uses: actions/checkout@v5
|
||||||
|
- name : exportGame
|
||||||
|
uses: firebelley/godot-export@v5.2.1
|
||||||
with:
|
with:
|
||||||
lfs: true
|
godot_executable_download_url: https://download.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_linux.x86_64.zip
|
||||||
- name: Build
|
godot_export_templates_download_url: https://download.tuxfamily.org/godotengine/4.2.2/Godot_v4.2.2-stable_export_templates.tpz
|
||||||
id: build
|
relative_project_path: tools/rd-config-test/
|
||||||
with:
|
create_release: true
|
||||||
name: example
|
env:
|
||||||
preset: ${{ matrix.platform }}
|
GITHUB_TOKEN: ${{secrects.GITHUB_TOKEN}}
|
||||||
debugMode: "true"
|
|
||||||
- name: Upload Artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: Client - ${{ matrix.platform }}
|
|
||||||
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
|
|
||||||
|
|
Loading…
Reference in a new issue