From 6d79ad6822a68cf99f59948cbf0bee6f5ccf99ea Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 21 Sep 2022 10:11:29 +0200 Subject: [PATCH] Juggling with workflow --- .github/workflows/flathub_push_cooker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flathub_push_cooker.yml b/.github/workflows/flathub_push_cooker.yml index a204c5c1..304fb6ba 100644 --- a/.github/workflows/flathub_push_cooker.yml +++ b/.github/workflows/flathub_push_cooker.yml @@ -63,10 +63,12 @@ jobs: if [ -d .git/modules ]; then rm -rfv .git/modules/* fi + # Adding the real submodules, please update this every time a submodule is added + if [ -d shared-modules ]; then git rm -rf shared-modules - fi + fi git submodule add https://github.com/flathub/shared-modules.git shared-modules if [ -d rd-submodules/retroarch ]; then