Skip to content

Commit

Permalink
Publish the compiled flatpack as a CI artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent 20a9e1c commit 7140d48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
fetch-depth: 0
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: palette.flatpak
bundle: aardvark.flatpak
manifest-path: org.p2panda.aardvark.json
cache-key: flatpak-builder-${{ github.sha }}
- name: Upload Flatpak Bundle
uses: actions/upload-artifact@v4
with:
name: flatpak-bundle
path: aardvark.flatpak

0 comments on commit 7140d48

Please sign in to comment.