godot_tiny_crate/.github/workflows/flatpak.yml
Cassidy James Blaede 80acca522b
Linux: New icons, CI, and release info (#7)
* Linux: Export symbolic icon in Flatpak manifest

* GitHub Actions: Add Flatpak action

Help make sure any Linux changes don't break the Flatpak build.

* GitHub Actions: Add Godot PCK export

Helpful for testing Linux releases

* MetaInfo: Update release info
2025-02-23 18:20:06 -07:00

24 lines
595 B
YAML

name: Flatpak
on:
push:
branches:
- master2
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: tinycrate.flatpak
manifest-path: linux/net.hhoney.tinycrate.yml
cache-key: "flatpak-builder-${{ github.sha }}"