We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5929568 commit ace084eCopy full SHA for ace084e
.github/workflows/flatpak.yml
@@ -16,11 +16,12 @@ jobs:
16
options: --privileged
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
+ - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
20
with:
21
bundle: AnythingLLM.flatpak
22
manifest-path: flatpak.yaml
23
cache-key: flatpak-builder-${{ github.sha }}
24
+ upload-artifact: false
25
- name: Display built files
26
run: ls -R
27
- name: Create Release
0 commit comments