mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
CI: Use a stable version of the Flatpak action
This commit is contained in:
committed by
Ryan Foster
parent
0d482be14a
commit
2d315331d6
2
.github/workflows/flatpak.yml
vendored
2
.github/workflows/flatpak.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Build Flatpak Manifest
|
||||
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@master
|
||||
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
|
||||
if: success() && (github.event_name != 'pull_request' || env.SEEKING_TESTERS == '1')
|
||||
with:
|
||||
bundle: obs-studio-${{ github.sha }}.flatpak
|
||||
|
||||
Reference in New Issue
Block a user