From 6759a4addac81be408d80e95f688235f3ab5be75 Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:10:19 -0500 Subject: [PATCH] Tweak last --- .ci/flatpak/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/flatpak/build.sh b/.ci/flatpak/build.sh index 677920f301b..ab6ce9a4da9 100755 --- a/.ci/flatpak/build.sh +++ b/.ci/flatpak/build.sh @@ -2,7 +2,7 @@ # This requires a bunch of environment variables to be set. See the CI workflow echo "::group::flatpak-builder" -flatpak run --command=flatpak-builder org.flatpak.Builder --repo=${WZ_FLATPAK_LOCAL_REPO_NAME} --disable-rofiles-fuse --force-clean --default-branch=${WZ_FLATPAK_BRANCH} --mirror-screenshots-url=${WZ_FLATPAK_MIRROR_SCREENSHOTS_URL} "${WZ_FLATPAK_BUILD_DIR}" ${WZ_FLATPAK_MANIFEST_PATH} +flatpak run --command=flatpak-builder org.flatpak.Builder --repo=${WZ_FLATPAK_LOCAL_REPO_NAME} --disable-rofiles-fuse --force-clean --default-branch=${WZ_FLATPAK_BRANCH} --mirror-screenshots-url=${WZ_FLATPAK_MIRROR_SCREENSHOTS_URL} "$(pwd)/${WZ_FLATPAK_BUILD_DIR}" "$(pwd)/${WZ_FLATPAK_MANIFEST_PATH}" echo "::endgroup::" if [[ "$WZ_FLATPAK_TARGET_ARCH" != "$WZ_FLATPAK_BUILD_ARCH" ]]; then