From 235ca549369992a1d9db7e87a06f3d2c1ec2c7b3 Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Fri, 12 Dec 2025 09:56:14 -0600 Subject: [PATCH] Always use main. --- .github/workflows/flatpak-latest.yml | 4 ++-- flatpak/io.github.epasveer.seer.github.yml | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/flatpak-latest.yml b/.github/workflows/flatpak-latest.yml index 53cf7f5..9b73c54 100644 --- a/.github/workflows/flatpak-latest.yml +++ b/.github/workflows/flatpak-latest.yml @@ -36,9 +36,9 @@ jobs: - name: Build Flatpak uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: - branch: ${{ github.ref_name }} + branch: main bundle: seer.flatpak - manifest-path: flatpak/io.github.epasveer.seer.github.yml + manifest-path: flatpak/io.github.epasveer.seer.github.yml # Always uses 'main'! cache-key: flatpak-builder-${{ github.sha }} - name: Create Release diff --git a/flatpak/io.github.epasveer.seer.github.yml b/flatpak/io.github.epasveer.seer.github.yml index 5cc1447..0304e50 100644 --- a/flatpak/io.github.epasveer.seer.github.yml +++ b/flatpak/io.github.epasveer.seer.github.yml @@ -16,10 +16,7 @@ modules: sources: - type: git url: https://github.com/epasveer/seer.git - # commit: 65b7f00008544d1e70d15eae8c272fe9e010ac09 - # branch: main - # branch: 377-suggestion-consider-publishing-this-project-on-flathub - # tag: v2.6 + branch: main build-commands: - mkdir build - cd build && cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/app -DCONFIG_SEER_GDB_LAUNCHER="flatpak-spawn --host" ../src