Skip to content

Commit

Permalink
Update flatpak.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterBubbles authored Sep 7, 2024
1 parent 9338d6d commit c072c5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
sudo apt update
sudo apt upgrade -y
sudo apt install -y jq xmlstarlet flatpak flatpak-builder
rm -rf ~/flathub
git clone [email protected]:TKMM-Team/flathub.git --branch tkmm-pr
cd ~/flathub
git pull origin tkmm-pr
bash update_metadata.sh
flatpak-builder --user --repo=/var/www/html/repo --install-deps-from=flathub --force-clean build io.github.tkmm_team.tkmm.yml --disable-cache
flatpak-builder --user --repo=/var/www/html/repo --install-deps-from=flathub build io.github.tkmm_team.tkmm.yml
flatpak build-export /var/www/html/repo build
flatpak build-update-repo --generate-static-deltas /var/www/html/repo
EOF
Expand Down

0 comments on commit c072c5f

Please sign in to comment.