mirror of https://github.com/WerWolv/ImHex.git
build: Use correct flatpak builder version and sdk
This commit is contained in:
parent
2eb7825e69
commit
ee49f17895
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue