Skip to content

Commit

Permalink
fix: remove --recursive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
idipanshu committed Aug 7, 2023
1 parent b73beb6 commit f833f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Copy script to S3 bucket
uses: jakejarvis/[email protected]
with:
args: --recursive --follow-symlinks
args: --follow-symlinks
env:
SOURCE_DIR: "./src/scripts/"
DEST_DIR: ${{ secrets.S3_SCRIPTS_PATH }}
Expand Down

0 comments on commit f833f52

Please sign in to comment.