File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288288 path : build-aux/com.obsproject.Studio.json
289289
290290 - name : Build Flatpak Manifest 🧾
291- uses : flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c
291+ uses : flatpak/flatpak-github-actions/flatpak-builder@b8a638469ea7ec62844d7b6e487b697e6f249576
292292 with :
293293 build-bundle : ${{ fromJSON(needs.check-event.outputs.package) }}
294294 bundle : obs-studio-flatpak-${{ needs.check-event.outputs.commitHash }}.flatpak
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 path : build-aux/com.obsproject.Studio.json
131131
132132 - name : Build Flatpak Manifest
133- uses : flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c
133+ uses : flatpak/flatpak-github-actions/flatpak-builder@b8a638469ea7ec62844d7b6e487b697e6f249576
134134 with :
135135 build-bundle : false
136136 manifest-path : ${{ github.workspace }}/build-aux/com.obsproject.Studio.json
@@ -165,7 +165,7 @@ jobs:
165165 path : repo
166166
167167 - name : Publish to Flathub Beta
168- uses : flatpak/flatpak-github-actions/flat-manager@10a3c29f0162516f0f68006be14c92f34bd4fa6c
168+ uses : flatpak/flatpak-github-actions/flat-manager@b8a638469ea7ec62844d7b6e487b697e6f249576
169169 if : ${{ matrix.branch == 'beta' }}
170170 with :
171171 flat-manager-url : https://hub.flathub.org/
@@ -174,7 +174,7 @@ jobs:
174174 build-log-url : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
175175
176176 - name : Publish to Flathub
177- uses : flatpak/flatpak-github-actions/flat-manager@10a3c29f0162516f0f68006be14c92f34bd4fa6c
177+ uses : flatpak/flatpak-github-actions/flat-manager@b8a638469ea7ec62844d7b6e487b697e6f249576
178178 if : ${{ matrix.branch == 'stable' }}
179179 with :
180180 flat-manager-url : https://hub.flathub.org/
You can’t perform that action at this time.
0 commit comments