From d6936ec32a9d6eaa319cb8cc5cb702dcdb2403b9 Mon Sep 17 00:00:00 2001 From: Nanashi <53353250+NanashiTheNameless@users.noreply.github.com> Date: Mon, 17 Nov 2025 06:47:19 -0600 Subject: [PATCH] fix: update Flatpak GitHub Actions reference to the correct repository (#11382) --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index abd77ba02a..668b8edc96 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -157,7 +157,7 @@ jobs: echo "date=$(date +'%Y%m%d')" >> $GITHUB_ENV echo "git_commit_hash=$git_commit_hash" >> $GITHUB_ENV shell: bash - - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master + - uses: flatpak/flatpak-github-actions/flatpak-builder@master with: bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak manifest-path: scripts/flatpak/io.github.softfever.OrcaSlicer.yml