Skip to content

Commit

Permalink
debug flatpak output #2
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 15, 2024
1 parent 305924f commit 44f1719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
# Initialize fresh repository
ostree init --mode=archive-z2 --repo=$TARGET_REPO
if [ -f "futr.flatpak" ]; then
if [ -f "../futr.flatpak" ]; then
# Import the Flatpak bundle
echo "Importing bundle to $TARGET_REPO..."
flatpak build-import-bundle --no-update-summary "$TARGET_REPO" futr.flatpak || exit 1
flatpak build-import-bundle --no-update-summary "$TARGET_REPO" ../futr.flatpak || exit 1
# Update the repository properly
echo "Updating repository..."
Expand Down

0 comments on commit 44f1719

Please sign in to comment.