mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 06:45:38 +00:00
Merge branch 'feat/godot-configurator' of https://github.com/monkeyx-net/RetroDECK_UK into feat/godot-configurator
Merged from upstream
This commit is contained in:
commit
fc82611e04
4
.github/workflows/main-selfhosted.yml
vendored
4
.github/workflows/main-selfhosted.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
|
||||
- name: Clone RetroDECK repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
|
||||
|
@ -128,7 +128,7 @@ jobs:
|
|||
|
||||
# In case it cannot publish the release at least it's providing the flatpak file for creating a manual release
|
||||
- name: Upload RetroDECK.flatpak
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: retrodeck-flatpak
|
||||
path: RetroDECK.flatpak
|
||||
|
|
|
@ -162,14 +162,12 @@ modules:
|
|||
base: org.godotengine.godot.BaseApp
|
||||
base-version: "4.2"
|
||||
buildsystem: simple
|
||||
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.0/Pixelorama-Linux-64bit.tar.gz
|
||||
sha256: c13c6b1d4c94900a76dbd06a016cc72c9a33c504d98d52ac7b308c6a2f697eee
|
||||
strip-components: 1
|
||||
|
||||
|
||||
# RetroArch
|
||||
# https://retroarch.com/index.php?page=platforms
|
||||
|
||||
|
|
Loading…
Reference in a new issue