Preparation for Flathub publishing

This commit is contained in:
Stephen Horvath
2025-09-21 13:37:35 +10:00
parent c39a88b7db
commit 335a0881b3
5 changed files with 48 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
options: --privileged
steps:
- uses: actions/checkout@v4

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/cache@v4
with:
path: C:\gtk
key: Gvsbuild_2025.8.0
key: Gvsbuild_2025.9.0
- name: Download GTK4 Gvsbuild zip
if: steps.cache-gtk4.outputs.cache-hit != 'true'