Moved Adw.Windows to AdwDialogs, responsive UI for mobile devices #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [main] | |
pull_request: | |
name: Build | |
jobs: | |
flatpak: | |
name: "Build Flatpak" | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47 | |
options: --privileged | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master | |
with: | |
bundle: ticketbooth-devel.flatpak | |
manifest-path: me.iepure.Ticketbooth.Devel.json | |
cache-key: flatpak-builder-${{ github.sha }} |