Skip to content

Add "Post-It" as a keyword, closes #105 #68

Add "Post-It" as a keyword, closes #105

Add "Post-It" as a keyword, closes #105 #68

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Prepare Runtime
run: |
flatpak --system remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.node18/${{ matrix.arch }}/23.08
- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
repository-name: gnome-nightly
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
bundle: sticky.flatpak
manifest-path: com.vixalien.sticky.json
cache-key: flatpak-builder-${{ github.sha }}