mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +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:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
lfs: true
|
||||
- name : exportGame
|
||||
uses: firebelley/godot-export@v5.2.1
|
||||
with:
|
||||
|
@ -33,4 +36,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Godot Linux Configurator
|
||||
path: /home/runner/work/configuratir.pck
|
||||
path: /home/runner/work/configurator.pck
|
Loading…
Reference in a new issue