Skip to content

Commit

Permalink
debug flatpak output #101
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 15, 2024
1 parent bff421d commit 9a56262
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flatpak-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
# Initialize fresh repository
ostree init --mode=archive-z2 --repo=$TARGET_REPO
# Trust the key in the repository
echo "Setting up repository GPG trust..."
ostree remote --repo="$TARGET_REPO" add-gpg-key futr-continuous --gpg-import=<(gpg --export $GPG_KEY_ID)
if [ -f "../futr.flatpak" ]; then
# Import the Flatpak bundle
echo "Importing bundle to $TARGET_REPO..."
Expand Down

0 comments on commit 9a56262

Please sign in to comment.