mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
Juggling with workflow
This commit is contained in:
parent
b18b7bdebc
commit
8d0494541b
4
.github/workflows/flathub_push_cooker.yml
vendored
4
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -63,10 +63,12 @@ jobs:
|
||||||
if [ -d .git/modules ]; then
|
if [ -d .git/modules ]; then
|
||||||
rm -rfv .git/modules/*
|
rm -rfv .git/modules/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Adding the real submodules, please update this every time a submodule is added
|
# Adding the real submodules, please update this every time a submodule is added
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue