try fix 2
Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
parent
fe2647646a
commit
adb70d56bb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- run: flatpak repair --user
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
|
||||
with:
|
||||
manifest-path: im.dino.Dino+.json
|
||||
manifest-path: im.dino.DinoPlus.json
|
||||
build-bundle: true
|
||||
- name: Release Dino installer
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "im.dino.Dino+",
|
||||
"id": "im.dino.DinoPlus",
|
||||
"runtime": "org.gnome.Platform",
|
||||
"runtime-version": "44",
|
||||
"sdk": "org.gnome.Sdk",
|
Loading…
Reference in a new issue