Skip to content

Commit

Permalink
CI: Disable Flatpak bundling on publish
Browse files Browse the repository at this point in the history
It is not needed to publish on a Flatpak repo and the push workflow
already generates a bundle.
  • Loading branch information
tytan652 authored and RytoEX committed Dec 10, 2024
1 parent 69a825b commit f03280c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Build Flatpak Manifest
uses: flathub-infra/flatpak-github-actions/flatpak-builder@e5fa5a8fe51d76f770ad9d240e4ad5898b1c6a53
with:
bundle: obs-studio-${{ steps.setup.outputs.commitHash }}.flatpak
build-bundle: false
manifest-path: ${{ github.workspace }}/build-aux/com.obsproject.Studio.json
cache: ${{ fromJSON(steps.setup.outputs.cacheHit) }}
cache-key: ${{ steps.setup.outputs.cacheKey }}
Expand Down

0 comments on commit f03280c

Please sign in to comment.