Skip to content

Commit

Permalink
debug flatpak output #100
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 15, 2024
1 parent ffa968f commit c833d8c
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 @@ -104,6 +104,10 @@ jobs:
--prune-depth=20 \
--static-delta-jobs=4 || exit 1
# Debug: Check if commits are signed
echo "Checking repository signatures..."
ostree show --repo="$TARGET_REPO" $(ostree rev-parse --repo="$TARGET_REPO" main)
# Verify repository contents
echo "Verifying repository structure..."
ostree summary --view --repo="$TARGET_REPO"
Expand Down

0 comments on commit c833d8c

Please sign in to comment.