From d45efa9e18606d20e31be0a033bbcfb538611a28 Mon Sep 17 00:00:00 2001 From: Brenden Davidson Date: Tue, 24 Jun 2025 15:58:44 -0500 Subject: [PATCH] [flatpak] Fix release pipeline --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6014ea29..309db937 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,13 +117,15 @@ jobs: - uses: actions/checkout@v4 - name: Configure Package Scripts - run: cmake -S . -B build -GNinja -DCONFIGURE_FLATPAK=ON + run: | + git config --add safe.directory . + cmake -S . -B build_config -GNinja -DCONFIGURE_FLATPAK=ON - name: Build Flatpak uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: ${{ env.APP_ID }}.${{ matrix.arch }}.flatpak - manifest-path: build/packaging/linux/flatpak/${{ env.APP_ID }}.json + manifest-path: build_config/packaging/linux/${{ env.APP_ID }}.json arch: ${{ matrix.arch }} release: