Skip to content

Commit

Permalink
another try ..
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Mar 9, 2024
1 parent 8edfdd3 commit c0a6578
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0a6578

Please sign in to comment.