From 7d051f10935c9afe94b943f609120aa5477c777e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 11:41:31 +0900 Subject: [PATCH] WORKFLOW: changing push action - fix6 [skip ci] --- automation_tools/flathub_push_main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index 013a8b44..f21dbbb8 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -42,14 +42,14 @@ git rm -rf * git clean -fxd # restroing git index # Copying only a few files as the others are cloned by git in retrodeck.sh -files_to_copy=('LICENSE' 'README.md' 'other_licenses.txt') +files_to_copy=('LICENSE' 'README.md' 'other_licenses.txt' 'net.retrodeck.retrodeck.yml') for file in "${files_to_copy[@]}"; do if ! cp -fv "$gits_folder/RetroDECK/$file" "$gits_folder/flathub"; then echo "Warning: $file not found in $gits_folder/RetroDECK" fi done -cd "$gits_folder/flathub" || exit 1 +cd "$gits_folder/flathub" && echo "Moving in $gits_folder/flathub" || exit 1 ls -lah # Creating the manifest for flathub