build: Use correct flatpak builder version and sdk

This commit is contained in:
WerWolv 2021-08-25 14:59:36 +02:00
parent 2eb7825e69
commit ee49f17895
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
name: 🐧 Ubuntu 20.04 name: 🐧 Ubuntu 20.04
container: container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40 image: bilelmoussaoui/flatpak-github-actions:freedesktop-20.08
options: --privileged options: --privileged
steps: steps:
@ -43,7 +43,7 @@ jobs:
make -j 4 install make -j 4 install
- name: ✋ Bundle Flatpak - name: ✋ Bundle Flatpak
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with: with:
bundle: imhex.flatpak bundle: imhex.flatpak
manifest-path: dist/net.werwolv.ImHex.yaml manifest-path: dist/net.werwolv.ImHex.yaml