mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 19:02:02 -04:00
CI: Use Flatpak action upstream
The fork has been merge with upstream. https://github.com/flathub-infra/flatpak-github-actions/issues/17
This commit is contained in:
2
.github/workflows/build-project.yaml
vendored
2
.github/workflows/build-project.yaml
vendored
@@ -288,7 +288,7 @@ jobs:
|
||||
path: build-aux/com.obsproject.Studio.json
|
||||
|
||||
- name: Build Flatpak Manifest 🧾
|
||||
uses: flathub-infra/flatpak-github-actions/flatpak-builder@42d281a5cf2ad1d0882a66af700a62cdad7686c6
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c
|
||||
with:
|
||||
build-bundle: ${{ fromJSON(needs.check-event.outputs.package) }}
|
||||
bundle: obs-studio-flatpak-${{ needs.check-event.outputs.commitHash }}.flatpak
|
||||
|
||||
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@@ -105,7 +105,7 @@ jobs:
|
||||
path: build-aux/com.obsproject.Studio.json
|
||||
|
||||
- name: Build Flatpak Manifest
|
||||
uses: flathub-infra/flatpak-github-actions/flatpak-builder@42d281a5cf2ad1d0882a66af700a62cdad7686c6
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c
|
||||
with:
|
||||
build-bundle: false
|
||||
manifest-path: ${{ github.workspace }}/build-aux/com.obsproject.Studio.json
|
||||
@@ -140,7 +140,7 @@ jobs:
|
||||
path: repo
|
||||
|
||||
- name: Publish to Flathub Beta
|
||||
uses: flathub-infra/flatpak-github-actions/flat-manager@42d281a5cf2ad1d0882a66af700a62cdad7686c6
|
||||
uses: flatpak/flatpak-github-actions/flat-manager@10a3c29f0162516f0f68006be14c92f34bd4fa6c
|
||||
if: ${{ matrix.branch == 'beta' }}
|
||||
with:
|
||||
flat-manager-url: https://hub.flathub.org/
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
|
||||
- name: Publish to Flathub
|
||||
uses: flathub-infra/flatpak-github-actions/flat-manager@42d281a5cf2ad1d0882a66af700a62cdad7686c6
|
||||
uses: flatpak/flatpak-github-actions/flat-manager@10a3c29f0162516f0f68006be14c92f34bd4fa6c
|
||||
if: ${{ matrix.branch == 'stable' }}
|
||||
with:
|
||||
flat-manager-url: https://hub.flathub.org/
|
||||
|
||||
Reference in New Issue
Block a user