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:
288
288
path : build-aux/com.obsproject.Studio.json
289
289
290
290
- name : Build Flatpak Manifest 🧾
291
- uses : flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c
291
+ uses : flatpak/flatpak-github-actions/flatpak-builder@b8a638469ea7ec62844d7b6e487b697e6f249576
292
292
with :
293
293
build-bundle : ${{ fromJSON(needs.check-event.outputs.package) }}
294
294
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:
130
130
path : build-aux/com.obsproject.Studio.json
131
131
132
132
- name : Build Flatpak Manifest
133
- uses : flatpak/flatpak-github-actions/flatpak-builder@10a3c29f0162516f0f68006be14c92f34bd4fa6c
133
+ uses : flatpak/flatpak-github-actions/flatpak-builder@b8a638469ea7ec62844d7b6e487b697e6f249576
134
134
with :
135
135
build-bundle : false
136
136
manifest-path : ${{ github.workspace }}/build-aux/com.obsproject.Studio.json
@@ -165,7 +165,7 @@ jobs:
165
165
path : repo
166
166
167
167
- name : Publish to Flathub Beta
168
- uses : flatpak/flatpak-github-actions/flat-manager@10a3c29f0162516f0f68006be14c92f34bd4fa6c
168
+ uses : flatpak/flatpak-github-actions/flat-manager@b8a638469ea7ec62844d7b6e487b697e6f249576
169
169
if : ${{ matrix.branch == 'beta' }}
170
170
with :
171
171
flat-manager-url : https://hub.flathub.org/
@@ -174,7 +174,7 @@ jobs:
174
174
build-log-url : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
175
175
176
176
- name : Publish to Flathub
177
- uses : flatpak/flatpak-github-actions/flat-manager@10a3c29f0162516f0f68006be14c92f34bd4fa6c
177
+ uses : flatpak/flatpak-github-actions/flat-manager@b8a638469ea7ec62844d7b6e487b697e6f249576
178
178
if : ${{ matrix.branch == 'stable' }}
179
179
with :
180
180
flat-manager-url : https://hub.flathub.org/
You can’t perform that action at this time.
0 commit comments