mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-11-07 04:51:42 +00:00
20 lines
No EOL
610 B
YAML
20 lines
No EOL
610 B
YAML
name: Build flatpak nightly
|
|
on:
|
|
push:
|
|
branches: [next]
|
|
pull_request:
|
|
jobs:
|
|
flatpak:
|
|
name: "Flatpak"
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
|
|
options: --privileged
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3.0.2
|
|
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
|
with:
|
|
bundle: com.github.AdwCustomizerTeam.AdwCustomizer.flatpak
|
|
manifest-path: com.github.AdwCustomizerTeam.AdwCustomizer.json
|
|
cache-key: flatpak-builder-${{ github.sha }}-nightly |