From 978d0b488c9a94397f15cea19eeb6d6123af6883 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 14:29:34 +0900 Subject: [PATCH] PUSH_MAIN_TO_flathub: fixed manifest --- automation_tools/flathub_push_main.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index 5f078e40..eca8ed95 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -6,7 +6,7 @@ if [ -z "${GITHUB_WORKSPACE}" ]; then gits_folder="${GITHUB_WORKSPACE}/tmp/gits" # without last / else - gits_folder="${PWD}/tmp/gits" # without last / + gits_folder="/tmp/gits" # without last / fi @@ -63,11 +63,11 @@ sed -i '/^[[:space:]]*#/d' $manifest sed -i 's/[[:space:]]*#.*$//' $manifest cat << EOF >> $manifest modules: - - name: RetroDECK - buildsystem: simple - build-commands: + - name: RetroDECK + buildsystem: simple + build-commands: - cp -rn files/* /app - sources: + sources: - type: archive url: $artifacts_link sha256: $(curl -sL "$artifacts_sha_link")