mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Juggling with workflow
This commit is contained in:
parent
6d79ad6822
commit
54df38376a
6
.github/workflows/flathub_push_cooker.yml
vendored
6
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -71,10 +71,10 @@ jobs:
|
|||
fi
|
||||
git submodule add https://github.com/flathub/shared-modules.git shared-modules
|
||||
|
||||
if [ -d rd-submodules/retroarch ]; then
|
||||
git rm -rf rd-submodules/retroarch
|
||||
if [ -d $gits_folder/RetroDECK/rd-submodules/retroarch ]; then
|
||||
git rm -rf $gits_folder/RetroDECK/rd-submodules/retroarch
|
||||
fi
|
||||
git submodule add https://github.com/flathub/org.libretro.RetroArch.git rd-submodules/retroarch
|
||||
git submodule add https://github.com/flathub/org.libretro.RetroArch.git $gits_folder/RetroDECK/rd-submodules/retroarch
|
||||
|
||||
# unbinds all submodules
|
||||
git submodule deinit -f .
|
||||
|
|
Loading…
Reference in a new issue