Skip to content

Commit

Permalink
Fixed flatpak bundle name
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Logaev <[email protected]>
  • Loading branch information
mxlgv committed Apr 2, 2024
1 parent 583a381 commit 8c233a0
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,16 @@ jobs:
- run: build/plugins/omemo/test_omemo
build-flatpak:
runs-on: ubuntu-22.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- run: flatpak repair --user
- uses: flatpak/flatpak-github-actions/[email protected]
with:
manifest-path: im.dino.Dino.json
build-bundle: true
- name: Release Dino installer
if: ${{ github.ref_type == 'tag' }}
uses: svenstaro/[email protected]
- run: sudo apt-get update
- run: sudo apt-get install -y flatpak flatpak-builder
- run: ./build-flatpack.sh
- name: Upload Dino flatpak
uses: actions/upload-artifact@v4
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: app.flatpak
asset_name: app.flatpak
tag: ${{ github.ref }}
release_name: Dino ${{ github.ref_name }}
name: im.dino.Dino.flatpak
path: im.dino.Dino.flatpak

0 comments on commit 8c233a0

Please sign in to comment.