mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-02 02:25:41 +00:00
On branch feat/godot-configurator
Changes to be committed: deleted: ../../.github/workflows/build-configurator.yml modified: ../../.github/workflows/build-gdc.yml
This commit is contained in:
parent
58a37bd628
commit
33928c4deb
39
.github/workflows/build-configurator.yml
vendored
39
.github/workflows/build-configurator.yml
vendored
|
@ -1,39 +0,0 @@
|
||||||
name: Configurator Build
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [feat/godot-configurator]
|
|
||||||
tags:
|
|
||||||
- "v*"
|
|
||||||
pull_request:
|
|
||||||
branches: [feat/godot-configurator]
|
|
||||||
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
lfs: true
|
|
||||||
- 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
|
|
||||||
relative_project_path: ./tools/configurator
|
|
||||||
relative_export_path: ../../
|
|
||||||
archive_output: true
|
|
||||||
|
|
||||||
- name: Upload Linux artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: Godot Linux Configurator
|
|
||||||
path: /home/runner/work/linux.zip
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
.github/workflows/build-gdc.yml
vendored
2
.github/workflows/build-gdc.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.2.2
|
GODOT_VERSION: 4.2.2
|
||||||
EXPORT_NAME: GD-Test
|
EXPORT_NAME: GD-Test
|
||||||
TAG: v0.0.5
|
TAG: v0.0.6
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
export-linux:
|
export-linux:
|
||||||
|
|
|
@ -5,6 +5,7 @@ sdk: org.kde.Sdk
|
||||||
command: retrodeck.sh
|
command: retrodeck.sh
|
||||||
|
|
||||||
finish-args:
|
finish-args:
|
||||||
|
- --talk-name=org.freedesktop.Flatpak
|
||||||
- --talk-name=org.freedesktop.Flatpak
|
- --talk-name=org.freedesktop.Flatpak
|
||||||
- --socket=wayland
|
- --socket=wayland
|
||||||
- --socket=x11
|
- --socket=x11
|
||||||
|
|
Loading…
Reference in a new issue