ci: add linux to flatpak bundle name

This commit is contained in:
sithlord48
2024-11-20 22:31:41 -05:00
committed by Nick Bolton
parent 40ff14473d
commit 397f9f0fac

View File

@ -309,7 +309,7 @@ jobs:
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
name: "Build"
with:
bundle: deskflow-${{env.DESKFLOW_PACKAGE_VERSION}}-x86_64.flatpak
bundle: deskflow-${{env.DESKFLOW_PACKAGE_VERSION}}-linux-x86_64.flatpak
manifest-path: deploy/dist/flatpak/org.deskflow.deskflow.yml
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: false