From b06c18e94cedd8bc1ed5891d5dfd4ec95ccfe015 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 11:42:11 +0900 Subject: [PATCH] WORKFLOW: changing push action - fix7 [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 f21dbbb8..8fa6083d 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -42,7 +42,7 @@ 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' 'net.retrodeck.retrodeck.yml') +files_to_copy=('LICENSE' 'README.md' 'other_licenses.txt' 'net.retrodeck.retrodeck.yml' 'net.retrodeck.retrodeck.metainfo.xml') 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"