Skip to content

Use generic alias types instead of deprecated typing aliases (#15) #34

Use generic alias types instead of deprecated typing aliases (#15)

Use generic alias types instead of deprecated typing aliases (#15) #34

Workflow file for this run

name: Build Flatpak
on:
push:
branches: [master]
pull_request:
jobs:
flatpak:
name: Build Flatpak Package
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Flatpak bundle
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: gradia.flatpak
manifest-path: be.alexandervanhee.gradia.json
cache-key: flatpak-builder-${{ github.sha }}