mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-gdc.yml
This commit is contained in:
parent
54e7a7777a
commit
39f4697e70
3
.github/workflows/build-gdc.yml
vendored
3
.github/workflows/build-gdc.yml
vendored
|
@ -13,12 +13,13 @@ concurrency:
|
|||
env:
|
||||
GODOT_VERSION: 4.2.2
|
||||
EXPORT_NAME: GD-Test
|
||||
working-directory: tools/configurator
|
||||
|
||||
|
||||
jobs:
|
||||
export-linux:
|
||||
name: Linux Export 🐧
|
||||
runs-on: ubuntu-latest
|
||||
working-directory: tools/configurator
|
||||
container:
|
||||
image: docker://barichello/godot-ci:4.2.2
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue