Skip to content

Flatpak πŸ˜’

Flatpak πŸ˜’ #10

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [main]
pull_request:
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-3.38
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions@v1
with:
bundle: "de.piegames.dinoscore.flatpak"
manifest-path: "de.piegames.dinoscore.yml"