Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rezabekf committed Dec 10, 2020
1 parent e2a7672 commit 75b887f
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 @@ -42,6 +42,6 @@ jobs:
- name: Build Release
run: make cfn-publish-package
- name: Upload artefact
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
run: aws s3 cp packaged.zip s3://$CFN_BUCKET/aws-dcc-for-windows/$VERSION/aws-dcc-for-windows.zip
env:
CFN_BUCKET: ${{ secrets.CFN_BUCKET }}

0 comments on commit 75b887f

Please sign in to comment.