mirror of https://github.com/WerWolv/ImHex.git
build: Fix flatpak bundling and upload
This commit is contained in:
parent
a7fe8baebe
commit
15665b03a7
|
@ -46,7 +46,7 @@ jobs:
|
||||||
flatpak --user install -y flathub org.freedesktop.Platform//20.08
|
flatpak --user install -y flathub org.freedesktop.Platform//20.08
|
||||||
flatpak --user install -y flathub org.freedesktop.Sdk//20.08
|
flatpak --user install -y flathub org.freedesktop.Sdk//20.08
|
||||||
flatpak-builder --repo=imhex _flatpak dist/net.werwolv.ImHex.yaml
|
flatpak-builder --repo=imhex _flatpak dist/net.werwolv.ImHex.yaml
|
||||||
flatpak build-bundle imhex imhex.flatpak net.werwolv.ImHex
|
flatpak build-bundle imhex imhex.flatpak net.werwolv.ImHex stable
|
||||||
|
|
||||||
- name: 📦 Upload ELF
|
- name: 📦 Upload ELF
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Linux Flatpak
|
name: Linux Flatpak
|
||||||
path: |
|
path: |
|
||||||
_flatpak/*.flatpak
|
imhex.flatpak
|
||||||
|
|
||||||
win:
|
win:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
Loading…
Reference in New Issue