mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Juggling with workflow
This commit is contained in:
parent
24a9aa0834
commit
a53e405d38
4
.github/workflows/flathub_push_cooker.yml
vendored
4
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -71,12 +71,12 @@ jobs:
|
||||||
if [ -d shared-modules ]; then
|
if [ -d shared-modules ]; then
|
||||||
git rm -rf shared-modules
|
git rm -rf 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 rd-submodules/retroarch
|
git rm -rf 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
|
||||||
|
|
||||||
# unbinds all submodules
|
# unbinds all submodules
|
||||||
git submodule deinit -f .
|
git submodule deinit -f .
|
||||||
|
|
Loading…
Reference in a new issue