Juggling with workflow

This commit is contained in:
XargonWan 2022-09-21 09:46:37 +02:00 committed by GitHub
parent 8cb76d694c
commit 0a98779aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,11 @@ jobs:
# NON-EDITABLES
branch="$rd_branch-"$(date +%d%m%y.%H%M)
mkdir -p $gits_folder
mkdir -vp $gits_folder
cd $gits_folder
rm -rf flathub
if [ -d flathub ]; then
rm -rfv flathub
fi
git clone --recursive https://github.com/flathub/net.retrodeck.retrodeck.git flathub
git clone --recursive https://github.com/XargonWan/RetroDECK RetroDECK
cd $gits_folder/RetroDECK