mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
Juggling with workflow
This commit is contained in:
parent
5fb3186701
commit
f4c3b02084
2
.github/workflows/flathub_push_cooker.yml
vendored
2
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -70,11 +70,13 @@ jobs:
|
||||||
|
|
||||||
if [ -d shared-modules ]; then
|
if [ -d shared-modules ]; then
|
||||||
git rm -rf --ignore-unmatch shared-modules
|
git rm -rf --ignore-unmatch shared-modules
|
||||||
|
rm -rfv shared-modules
|
||||||
fi
|
fi
|
||||||
git submodule add https://github.com/flathub/shared-modules.git ./shared-modules
|
git submodule add https://github.com/flathub/shared-modules.git ./shared-modules
|
||||||
|
|
||||||
if [ -d rd-submodules/retroarch ]; then
|
if [ -d rd-submodules/retroarch ]; then
|
||||||
git rm -rf --ignore-unmatch rd-submodules/retroarch
|
git rm -rf --ignore-unmatch rd-submodules/retroarch
|
||||||
|
rm -rfv rd-submodules/retroarch
|
||||||
fi
|
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 ./rd-submodules/retroarch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue