Skip to content

Commit

Permalink
fixing zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
1 parent d3bb629 commit ec42140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/s3_upload.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
node-version: 16

- run: |
zip ${repo_name}.zip *
zip -r ${repo_name}.zip *
aws s3 cp ${repo_name}.zip s3://${bucket_name}

0 comments on commit ec42140

Please sign in to comment.