From bd8c62c85e97a1aceb275c521638b175b486ed96 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 20 Dec 2023 11:53:13 +0100 Subject: [PATCH] BUILD-LOCALLY: no global commands [skip ci] --- automation_tools/flatpak_build_only.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/flatpak_build_only.sh b/automation_tools/flatpak_build_only.sh index 23edd373..a72347fb 100755 --- a/automation_tools/flatpak_build_only.sh +++ b/automation_tools/flatpak_build_only.sh @@ -2,7 +2,7 @@ # This script is downloading the needed files to prepare the manifest build -git config --global protocol.file.allow always +git config protocol.file.allow always if [ "${GITHUB_REF##*/}" = "main" ]; then BUNDLE_NAME="RetroDECK.flatpak"