From c0a657844fccde50baa6fe8e4c39681219cc0a05 Mon Sep 17 00:00:00 2001 From: Soubinan Date: Fri, 8 Mar 2024 22:36:39 -0500 Subject: [PATCH] another try .. --- .github/workflows/builder.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 5de1581..bbc64af 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -60,7 +60,10 @@ jobs: - name: Publish Image files if: github.event_name == 'schedule' || (inputs.branch_name == 'main' && inputs.is_merged == true) run: | - echo "$RCLONE_CONFIG" > /tmp/rclone.conf + cat << EOF > /tmp/rclone.conf + $RCLONE_CONFIG + EOF + cat /tmp/rclone.conf echo rclone copy ./${{inputs.app_name}}-${{inputs.app_version}}-${{inputs.architecture}}-root.tar.xz cloudflare:lxc-images --config /tmp/rclone.conf rclone copy ./${{inputs.app_name}}-${{inputs.app_version}}-${{inputs.architecture}}-meta.tar.xz cloudflare:lxc-images --config /tmp/rclone.conf