Skip to content

Release v1.2.1

Release v1.2.1 #285

Workflow file for this run

on:
push:
pull_request:
branches:
- main
name: Build
jobs:
flatpak:
name: "Build Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-43
options: --privileged
steps:
- uses: fsfe/[email protected]
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v5
with:
bundle: devtoolbox-devel.flatpak
manifest-path: me.iepure.devtoolbox.json
cache-key: flatpak-builder-${{ github.sha }}