Skip to content

Commit

Permalink
CI Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketok4321 committed Aug 6, 2023
1 parent 81f568a commit 9462b4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: xyz.ketok.Speedtest.flatpak
bundle: bundle.flatpak
manifest-path: xyz.ketok.Speedtest.yml
cache-key: flatpak-builder-${{ github.sha }}
- uses: actions/upload-artifact@v3
with:
name: xyz.ketok.Speedtest.flatpak
path: bundle.flatpak
retention-days: 30

0 comments on commit 9462b4e

Please sign in to comment.