From 16ce233f792e4f2502e0bed69fee9e5dcce28805 Mon Sep 17 00:00:00 2001 From: arabian Date: Sun, 5 Jul 2026 22:36:20 +0300 Subject: [PATCH] packages(flatapak): fix gpg key for flatpak repo --- .github/workflows/flatter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatter.yml b/.github/workflows/flatter.yml index 7416d4c..a711ae5 100644 --- a/.github/workflows/flatter.yml +++ b/.github/workflows/flatter.yml @@ -160,14 +160,14 @@ jobs: # Generate a .flatpakrepo file for easy installation GPG_BASE64=$(gpg --export ${{ steps.gpg.outputs.fingerprint }} | base64 -w 0) - cat < pages-repo/pwsp.flatpakrepo + cat < pages-repo/pwsp.flatpakrepo [Flatpak Repo] Title=PipeWire Soundpad Url=https://arabianq.github.io/pipewire-soundpad/ Homepage=https://github.com/arabianq/pipewire-soundpad Comment=PipeWire Soundpad Flatpak Repository Description=Official repository for PWSP - GPGKey=\${GPG_BASE64} + GPGKey=${GPG_BASE64} EOF - name: Deploy Flatpak Repo to GitHub Pages