Skip to content

Commit a900281

Browse files
tytan652RytoEX
authored andcommitted
CI: Update Flatpak action
flatpak/flatpak-github-actions#231
1 parent 02f596b commit a900281

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)