Skip to content

Server selection is back #8

Server selection is back

Server selection is back #8

Workflow file for this run

name: Flatpak
on:
push:
branches: [main]
pull_request:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
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 }}