Skip to content

Commit 364201b

Browse files
committed
Github action
1 parent 73719ef commit 364201b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: flatpak/flatpak-github-actions/[email protected]
1717
with:
18-
upload-artifact: false
1918
bundle: AnythingLLM.flatpak
2019
manifest-path: flatpak.yaml
2120
cache-key: flatpak-builder-${{ github.sha }}
2221
- uses: actions/upload-artifact@v4
2322
with:
23+
retention-days: 1
2424
name: flatpak-bundle
2525
path: "*.flatpak"
2626

0 commit comments

Comments
 (0)