-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (38 loc) · 1.08 KB
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
on:
push:
branches: [master]
name: CI
jobs:
flatter:
name: "Flatter"
runs-on: ubuntu-latest
container:
image: ghcr.io/andyholmes/flatter/gnome:46
options: --privileged
strategy:
matrix:
arch: [x86_64]
fail-fast: false
# Only one job at a time can use the shared repository cache
max-parallel: 1
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: Setup GPG
# id: gpg
# uses: crazy-max/ghaction-import-gpg@v5
# with:
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
# passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Build
id: flatpak
uses: andyholmes/flatter@main
with:
files: moe.japan7.karaberus.yml
# gpg-sign: ${{ steps.gpg.outputs.fingerprint }}
cache-key: flatpak-builder-${{ github.sha }}
- name: Deploy Repository
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
folder: ${{ steps.flatpak.outputs.repository }}
target-folder: repo