Skip to content

Merge pull request #36 from ronnystandtke/patch-1 #171

Merge pull request #36 from ronnystandtke/patch-1

Merge pull request #36 from ronnystandtke/patch-1 #171

Workflow file for this run

name: Flatpak
on:
push:
paths-ignore:
- '**/README.md'
pull_request:
paths-ignore:
- '**/README.md'
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: xyz.ketok.Speedtest.Devel.flatpak
manifest-path: xyz.ketok.Speedtest.Devel.yml
cache-key: flatpak-builder-${{ github.sha }}
# - uses: flatpak/flatpak-github-actions/[email protected]
# with:
# flat-manager-url: https://flatpak-api.ketok.xyz/
# repository: nightly
# token: ${{ secrets.FLATPAK_TOKEN }}