Skip to content

docs: update readme links #2

docs: update readme links

docs: update readme links #2

Workflow file for this run

on:
push:
branches: [master]
pull_request:
workflow_dispatch:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: Redot.flatpak
manifest-path: org.redotengine.Redot.yaml
cache-key: flatpak-builder-${{ github.sha }}