diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index ecb61b07..0f6f4a9b 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -44,8 +44,8 @@ jobs: - name: Build flatpak run: | - git config --global protocol.allow git - git config --global protocol.allow file + git config --global protocol.git.allow + git config --global protocol.file.allow flatpak-builder --user --force-clean --install-deps-from=flathub --install-deps-from=flathub-beta --repo=${GITHUB_WORKSPACE}/local ${GITHUB_WORKSPACE}/retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml - name: Create Artifact for flathub diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml index c72d541b..33941d2c 100644 --- a/.github/workflows/main-selfhosted.yml +++ b/.github/workflows/main-selfhosted.yml @@ -44,8 +44,8 @@ jobs: - name: Build flatpak run: | - git config --global protocol.allow git - git config --global protocol.allow file + git config --global protocol.git.allow + git config --global protocol.file.allow flatpak-builder --user --force-clean --install-deps-from=flathub --install-deps-from=flathub-beta --repo=${GITHUB_WORKSPACE}/local ${GITHUB_WORKSPACE}/retrodeck-flatpak-main net.retrodeck.retrodeck.yml - name: Create Artifact for flathub