From f016e34eaf4b6f233e58fba0275a0c60ebb61124 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Mon, 6 Jun 2022 15:22:45 +0200 Subject: [PATCH] WORKLFOW: removed repo alexlarsson/flatpak --- .github/workflows/cooker-selfhosted.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 4d2f1c46..92f12ab6 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -52,7 +52,7 @@ jobs: git pull git submodule init git submodule update - sudo add-apt-repository ppa:alexlarsson/flatpak + #sudo add-apt-repository ppa:alexlarsson/flatpak sudo apt-get update sudo apt install flatpak flatpak-builder p7zip-full sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo @@ -180,6 +180,7 @@ jobs: # path: retrodeck-cooker.tar.gz RetroDECK.flatpak # continue-on-error: true + # In case it cannot publish the release at least it's probiding the flatpak file for creating a manual release - name: Upload RetroDECK.flatpak uses: actions/upload-artifact@v3 with: