Skip to content

Show numbat version dynamically #5

Show numbat version dynamically

Show numbat version dynamically #5

Workflow file for this run

name: Flatpak
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build-flatpak:
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Flatpak bundle
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
manifest-path: io.github.archisman_panigrahi.wombat.json
bundle: wombat.flatpak
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: true