mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-19 07:15:37 +00:00
Juggling with workflow
This commit is contained in:
parent
8cb76d694c
commit
0a98779aa9
6
.github/workflows/flathub_push_cooker.yml
vendored
6
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue