We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9555d55 + 874bc00 commit c4cb146Copy full SHA for c4cb146
1 file changed
.github/scripts/reset-snapshot.sh
@@ -94,7 +94,7 @@ reset_snapshot() {
94
snapshot_url=$(get_snapshot_file_url "$snapshot_zip_filename")
95
if [ -n "$snapshot_url" ]; then
96
snapshot_filename=$(basename "$snapshot_url")
97
- aws s3 cp "$snapshot_url" "$1/$snapshot_filename" --copy-props none --metadata-directive COPY
+ aws s3 cp "$2/$snapshot_filename" "$1/$snapshot_filename" --copy-props none --metadata-directive COPY
98
snapshot_zip_filename_array+=("$snapshot_filename")
99
fi
100
0 commit comments