From 0bb2ebdefdab3b59123c14ec191825d3ccc2c88e Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Fri, 3 Jan 2025 23:49:58 +0100 Subject: [PATCH] Fix to different branch --- .github/workflows/build_Flatpak.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_Flatpak.yaml b/.github/workflows/build_Flatpak.yaml index 45ca30cef..ea61fb3ca 100644 --- a/.github/workflows/build_Flatpak.yaml +++ b/.github/workflows/build_Flatpak.yaml @@ -28,7 +28,7 @@ jobs: - name: Clone Flatpak repo run: | git clone --recurse-submodules https://github.com/C0rn3j/com.github.taiko2k.tauonmb.git tauon-flatpak - cd tauon-flatpak; git checkout flatfix + cd tauon-flatpak; git checkout tekoreless # https://github.com/marketplace/actions/flatpak-builder - name: Build Flatpak