From 44f1719b38722f0c250369a06466ee33c916a76b Mon Sep 17 00:00:00 2001 From: prolic Date: Fri, 15 Nov 2024 02:41:36 -0300 Subject: [PATCH] debug flatpak output #2 --- .github/workflows/flatpak-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak-repo.yml b/.github/workflows/flatpak-repo.yml index af9877a..ce96e35 100644 --- a/.github/workflows/flatpak-repo.yml +++ b/.github/workflows/flatpak-repo.yml @@ -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..."