diff --git a/.github/workflows/flathub_push_cooker.yml b/.github/workflows/flathub_push_cooker.yml index fc097da7..b197ca20 100644 --- a/.github/workflows/flathub_push_cooker.yml +++ b/.github/workflows/flathub_push_cooker.yml @@ -25,12 +25,12 @@ jobs: git clone --recursive https://github.com/flathub/net.retrodeck.retrodeck.git flathub cd $gits_folder git clone --recursive https://github.com/XargonWan/RetroDECK RetroDECK + cd $gits_folder/RetroDECK # NON-EDITABLES #relname="$rd_branch-"$(date +%d%m%y.%H%M) relname="cooker-"$(git rev-parse --short HEAD) - cd $gits_folder/RetroDECK git checkout $rd_branch git submodule init git submodule update