mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Juggling with workflow
This commit is contained in:
parent
a53e405d38
commit
5fb3186701
4
.github/workflows/flathub_push_cooker.yml
vendored
4
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -69,12 +69,12 @@ jobs:
|
|||
# Adding the real submodules, please update this every time a submodule is added
|
||||
|
||||
if [ -d shared-modules ]; then
|
||||
git rm -rf shared-modules
|
||||
git rm -rf --ignore-unmatch shared-modules
|
||||
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
|
||||
git rm -rf --ignore-unmatch rd-submodules/retroarch
|
||||
fi
|
||||
git submodule add https://github.com/flathub/org.libretro.RetroArch.git ./rd-submodules/retroarch
|
||||
|
||||
|
|
Loading…
Reference in a new issue