Skip to content

Commit 2218de5

Browse files
committed
[GHA] GCP Backup upload working
1 parent 0934be6 commit 2218de5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/copy-from-s3-to-gcp.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ file_name=${file_name##*/}
88
# Download from S3 then upload to GCP
99
dir="s3_download"
1010
mkdir $dir
11-
aws s3 cp $s3_url ./$dir/ --recursive --no-progress
11+
aws s3 cp $s3_url . --recursive
12+
aws s3 cp $s3_url ./$dir/ --recursive
1213
ls
1314
echo "------"
1415
ls ./$dir

0 commit comments

Comments
 (0)