Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
54 authored Feb 29, 2024
1 parent 8254d95 commit 90a928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Sync Files to S3
id: sync
run: |
aws s3 sync ./${{matrix.directory}} s3://${{ secrets.BUCKET_NAME }}/tests/${{ matrix.directory }} --exclude "*" --include "*.exe" --include "*.pdb" --no-progress
aws s3 sync ./${{matrix.directory}} s3://${{ secrets.BUCKET_NAME }}/tests/${{ matrix.directory }}/ --exclude "*" --include "*.exe" --include "*.pdb" --no-progress
# - name: Check Changes
# id: changes
Expand Down

0 comments on commit 90a928d

Please sign in to comment.