This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
📝 Add links to the new website #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [master] | |
pull_request: | |
name: Build Flatpak | |
jobs: | |
flatpak: | |
name: "build-packages" | |
runs-on: ubuntu-latest | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:gnome-43 | |
options: --privileged | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 | |
with: | |
bundle: tubefeeder.flatpak | |
manifest-path: build-aux/de.schmidhuberj.tubefeeder.json | |
cache-key: flatpak-builder-${{ github.sha }} |