mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-configurator.yml
This commit is contained in:
parent
8478a39450
commit
dcc612e5bd
5
.github/workflows/build-configurator.yml
vendored
5
.github/workflows/build-configurator.yml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
lfs: true
|
||||||
- name : exportGame
|
- name : exportGame
|
||||||
uses: firebelley/godot-export@v5.2.1
|
uses: firebelley/godot-export@v5.2.1
|
||||||
with:
|
with:
|
||||||
|
@ -33,4 +36,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Godot Linux Configurator
|
name: Godot Linux Configurator
|
||||||
path: /home/runner/work/configuratir.pck
|
path: /home/runner/work/configurator.pck
|
Loading…
Reference in a new issue