From bdc7ebf0fb4ae78555c12ce8d5b6bd991a29919a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 11:35:35 +0900 Subject: [PATCH] WORKFLOW: changing push action - fix6 [skip ci] --- automation_tools/flathub_push_main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index be969dba..013a8b44 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -38,7 +38,7 @@ cd "$gits_folder/flathub" && echo "Moving in $gits_folder/flathub" || exit 1 git checkout -b "$relname" echo "Current directory: $(pwd)" ls -lah -git rm -rfv * +git rm -rf * git clean -fxd # restroing git index # Copying only a few files as the others are cloned by git in retrodeck.sh