From 1c2a1eb3e925c847a8a2aa432018ce3e20d52634 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Sat, 8 Oct 2022 15:34:09 +0200 Subject: [PATCH] Fixed flathub_push workflow -fix1 --- .github/workflows/flathub_push_cooker.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flathub_push_cooker.yml b/.github/workflows/flathub_push_cooker.yml index 83929d0e..fc097da7 100644 --- a/.github/workflows/flathub_push_cooker.yml +++ b/.github/workflows/flathub_push_cooker.yml @@ -17,10 +17,6 @@ jobs: echo $rd_branch gits_folder="${GITHUB_WORKSPACE}/gits" # without last / - # NON-EDITABLES - #relname="$rd_branch-"$(date +%d%m%y.%H%M) - relname="cooker-"$(git rev-parse --short HEAD) - mkdir -vp $gits_folder cd $gits_folder if [ -d flathub ]; then @@ -29,6 +25,11 @@ 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 + + # 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