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 73719ef commit 364201bCopy full SHA for 364201b
.github/workflows/flatpak.yml
@@ -15,12 +15,12 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: flatpak/flatpak-github-actions/[email protected]
17
with:
18
- upload-artifact: false
19
bundle: AnythingLLM.flatpak
20
manifest-path: flatpak.yaml
21
cache-key: flatpak-builder-${{ github.sha }}
22
- uses: actions/upload-artifact@v4
23
+ retention-days: 1
24
name: flatpak-bundle
25
path: "*.flatpak"
26
0 commit comments