Skip to content

Commit 8db52fb

Browse files
committed
trying sync; --recursive only a thing on cp
1 parent a951445 commit 8db52fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ jobs:
116116
117117
- name: Copy cpo-main and related JS to S3
118118
run: |
119-
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --recursive --acl public-read
119+
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read

0 commit comments

Comments
 (0)