Always use main.

This commit is contained in:
Ernie Pasveer
2025-12-12 09:56:14 -06:00
parent a9baaaa11f
commit 235ca54936
2 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -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