Allowing git protocols

This commit is contained in:
XargonWan 2022-10-23 09:48:10 +02:00
parent eb9db96c07
commit 1a7c274542
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ jobs:
- name: Build flatpak
run: |
#git config --global protocol.git.allow
git config --global protocol.file.allow
git config --global protocol.allow always
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

View file

@ -45,7 +45,7 @@ jobs:
- name: Build flatpak
run: |
#git config --global protocol.git.allow
git config --global protocol.file.allow
git config --global protocol.allow always
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