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 593eacc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,19 @@ jobs:
with:
fetch-depth: 0
submodules: true
- run: flatpak repair --user
- uses: flatpak/flatpak-github-actions/[email protected]
- uses: flatpak/flatpak-github-actions/[email protected]
with:
manifest-path: im.dino.Dino.json
build-bundle: true
bundle: im.dino.Dino.flatpak
cache: false
restore-cache: false
- name: Release Dino installer
if: ${{ github.ref_type == 'tag' }}
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: app.flatpak
asset_name: app.flatpak
file: im.dino.Dino.flatpak
asset_name: im.dino.Dino.flatpak
tag: ${{ github.ref }}
release_name: Dino ${{ github.ref_name }}

0 comments on commit 593eacc

Please sign in to comment.