Gradience/.github/workflows/flatpak.yml

20 lines
545 B
YAML
Raw Normal View History

2022-08-10 17:00:23 +00:00
on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-40
options: --privileged
steps:
2022-08-10 17:02:21 +00:00
- name: Checkout
uses: actions/checkout@v3.0.2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: palette.flatpak
2022-08-10 17:02:42 +00:00
manifest-path: com.github.AdwCustomizerTeam.AdwCustomizer.json
2022-08-10 17:02:21 +00:00
cache-key: flatpak-builder-${{ github.sha }}