Skip to content

Improve the icon

Improve the icon #37

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 }}
# - uses: flatpak/flatpak-github-actions/[email protected]
# with:
# flat-manager-url: https://flatpak-api.ketok.xyz/
# repository: nightly
# token: ${{ secrets.FLATPAK_TOKEN }}