Skip to content

Commit 7480432

Browse files
committed
Fix release files glob
1 parent d0cc272 commit 7480432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flatpak.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
options: --privileged
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
16+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
1717
with:
1818
upload-artifact: false
1919
bundle: AnythingLLM.flatpak
@@ -43,4 +43,5 @@ jobs:
4343
with:
4444
draft: true
4545
files: |
46+
*.flatpak
4647
*/*.flatpak

0 commit comments

Comments
 (0)