Skip to content

update logos and links #20

update logos and links

update logos and links #20

Workflow file for this run

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: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: tinycrate.flatpak
manifest-path: linux/net.hhoney.tinycrate.yml
cache-key: "flatpak-builder-${{ github.sha }}"