Skip to content

Commit

Permalink
Fix publish paths
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed Feb 19, 2021
1 parent 08af04c commit a46aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Build Release
run: make cfn-publish-package
- name: Upload artefact
run: aws s3 cp packaged.zip s3://$CFN_BUCKET/aws-dcc-for-windows/$VERSION/aws-dcc-for-windows.zip
run: aws s3 cp packaged.zip s3://$CFN_BUCKET/aws-content-creation-render-environment-for-windows/$VERSION/aws-content-creation-render-environment-for-windows.zip
env:
CFN_BUCKET: ${{ secrets.CFN_BUCKET }}

0 comments on commit a46aa6e

Please sign in to comment.