Skip to content

Commit 7d0c36c

Browse files
author
n3kosempai
committed
[release] solved error in github workflow pointing to wrong file
1 parent 2818cb9 commit 7d0c36c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
102102
with:
103103
bundle: Klia-Store-${{ needs.check-release.outputs.version }}.flatpak
104-
manifest-path: com.gatorand.klia-store.yml
104+
manifest-path: io.github.N3kosempai.klia-store.yml
105105
cache-key: flatpak-builder-${{ github.sha }}
106106

107107
- name: Upload Flatpak artifact
@@ -148,7 +148,7 @@ jobs:
148148
**Flatpak:**
149149
```bash
150150
flatpak install Klia-Store-${{ needs.check-release.outputs.version }}.flatpak
151-
flatpak run com.gatorand.klia-store
151+
flatpak run io.github.N3kosempai.klia-store
152152
```
153153
154154
### Changes

0 commit comments

Comments
 (0)