Skip to content

Commit ace084e

Browse files
committed
Fix github action
1 parent 5929568 commit ace084e

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
@@ -16,11 +16,12 @@ jobs:
1616
options: --privileged
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
19+
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
2020
with:
2121
bundle: AnythingLLM.flatpak
2222
manifest-path: flatpak.yaml
2323
cache-key: flatpak-builder-${{ github.sha }}
24+
upload-artifact: false
2425
- name: Display built files
2526
run: ls -R
2627
- name: Create Release

0 commit comments

Comments
 (0)