From 6579c757072d025c284961ceb9d521be45c44d7c Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 15:37:04 +0900 Subject: [PATCH] FLATHUB_PUSH: fixing output manifest, bad exit error for cp -n [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 784ce8ce..7176feb4 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -67,7 +67,7 @@ modules: - name: RetroDECK buildsystem: simple build-commands: - - cp -rn files/* /app + - cp -rn files/* /app || echo "File as been skipped" sources: - type: archive url: $artifacts_link