Skip to content

Merge branch 'main' of https://github.com/Ketok4321/speedtest #145

Merge branch 'main' of https://github.com/Ketok4321/speedtest

Merge branch 'main' of https://github.com/Ketok4321/speedtest #145

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-45
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: xyz.ketok.Speedtest.flatpak
manifest-path: xyz.ketok.Speedtest.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 }}