Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
colorsakura authored Oct 26, 2023
1 parent 94c8707 commit 91e0604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-db-and-upload-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

init_path=$PWD
mkdir upload_packages
cp -fn $local_path/*/*/*.tar.zst ./upload_packages/
cp -f $local_path/*/*/*.tar.zst ./upload_packages/

if [ ! -f ~/.config/rclone/rclone.conf ]; then
mkdir --parents ~/.config/rclone
Expand Down

0 comments on commit 91e0604

Please sign in to comment.