Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
psvatpac committed Sep 4, 2020
2 parents 689fa94 + 0c37d1a commit 7196e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: S3-Deploy-Action
uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --follow-symlinks --delete
args: --acl public-read --follow-symlinks --delete --exclude '*' --include 'Profile.xml' --include 'profile.zip'
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 7196e2e

Please sign in to comment.