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