chore: Update alpha.yml workflow to consistently use the use-warp-build input

This commit is contained in:
Mauro Balades
2024-07-25 09:16:23 +02:00
parent e5eba4496f
commit 95e053562e

View File

@@ -290,6 +290,8 @@ jobs:
name: Build flatpak repos
needs: [linux, release]
runs-on: ubuntu-latest
permissions:
contents: write
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
@@ -305,7 +307,7 @@ jobs:
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: org.zen.browser.flatpak
manifest-path: flatpak/org.zen.browser.flatpak.yml
manifest-path: org.zen.browser.flatpak.yml
cache-key: flatpak-builder-${{ github.sha }}
verbose: true