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"