Skip to content

Commit

Permalink
fix flatpak repo
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 14, 2024
1 parent 05837a6 commit 685f5a2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/flatpak-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: futrnostr/futr-flatpak
ref: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Configure Git
run: |
Expand All @@ -35,11 +37,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y flatpak flatpak-builder
- name: Setup gh-pages branch
run: |
git checkout gh-pages 2>/dev/null || git checkout -b gh-pages
rm -rf repo-stable repo-continuous
- name: Download Flatpak Bundle
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -76,7 +73,7 @@ jobs:
Homepage=https://github.com/futrnostr/futr
Comment=Stable releases of Futr
Description=Official Flatpak repository for Futr stable releases
Icon=https://raw.githubusercontent.com/futrnostr/futr/master/assets/icon.png
Icon=https://raw.githubusercontent.com/futrnostr/futr/master/flatpak/nostr-purple.png
GPGVerify=false
EOF
Expand All @@ -88,7 +85,7 @@ jobs:
Homepage=https://github.com/futrnostr/futr
Comment=Development builds of Futr
Description=Official Flatpak repository for Futr development builds
Icon=https://raw.githubusercontent.com/futrnostr/futr/master/assets/icon.png
Icon=https://raw.githubusercontent.com/futrnostr/futr/master/flatpak/nostr-purple.png
GPGVerify=false
EOF
Expand Down

0 comments on commit 685f5a2

Please sign in to comment.