Skip to content

Commit

Permalink
Update release-on-merge-version-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydenLiang authored Jul 14, 2021
1 parent fd0c60c commit bc264ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-merge-version-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- id: sync_to_s3_current_tag
name: sync files to AWS s3 location (current tag)
run: |
aws s3 sync dist s3://fortinet-github-aws-release-artifacts/fortigate-autoscale-aws/${{ main_job.steps['fetch-versioning-info'].outputs['head-version'] }} --region=${{env.AWS_REGION}} --delete --acl=public-read
aws s3 sync dist s3://fortinet-github-aws-release-artifacts/fortigate-autoscale-aws/${{ needs.main_job.steps['fetch-versioning-info'].outputs['head-version'] }} --region=${{env.AWS_REGION}} --delete --acl=public-read
- id: sync_to_s3_main_branch
name: sync files to AWS s3 location (main branch)
run: |
Expand Down

0 comments on commit bc264ef

Please sign in to comment.