mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-07-26 05:46:59 +00:00
packages(flatapak): fix gpg key for flatpak repo
This commit is contained in:
@@ -160,14 +160,14 @@ jobs:
|
|||||||
|
|
||||||
# Generate a .flatpakrepo file for easy installation
|
# Generate a .flatpakrepo file for easy installation
|
||||||
GPG_BASE64=$(gpg --export ${{ steps.gpg.outputs.fingerprint }} | base64 -w 0)
|
GPG_BASE64=$(gpg --export ${{ steps.gpg.outputs.fingerprint }} | base64 -w 0)
|
||||||
cat <<EOF > pages-repo/pwsp.flatpakrepo
|
cat <<EOF | sed 's/^ *//' > pages-repo/pwsp.flatpakrepo
|
||||||
[Flatpak Repo]
|
[Flatpak Repo]
|
||||||
Title=PipeWire Soundpad
|
Title=PipeWire Soundpad
|
||||||
Url=https://arabianq.github.io/pipewire-soundpad/
|
Url=https://arabianq.github.io/pipewire-soundpad/
|
||||||
Homepage=https://github.com/arabianq/pipewire-soundpad
|
Homepage=https://github.com/arabianq/pipewire-soundpad
|
||||||
Comment=PipeWire Soundpad Flatpak Repository
|
Comment=PipeWire Soundpad Flatpak Repository
|
||||||
Description=Official repository for PWSP
|
Description=Official repository for PWSP
|
||||||
GPGKey=\${GPG_BASE64}
|
GPGKey=${GPG_BASE64}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Deploy Flatpak Repo to GitHub Pages
|
- name: Deploy Flatpak Repo to GitHub Pages
|
||||||
|
|||||||
Reference in New Issue
Block a user