Skip to content

Commit

Permalink
fix path to temp aws files
Browse files Browse the repository at this point in the history
  • Loading branch information
deanwhillier committed Nov 29, 2019
1 parent 1899e31 commit 0deff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
mkdir -p ./aws-s3-dist
cp ./dist/{macos-release,win-release,linux}/* ./aws-s3-dist
- aws-s3/copy:
from: ./dist/aws-s3-dist/
from: ./aws-s3-dist/
to: s3://releases.mattermost.com/desktop/$(jq -r .version package.json)/
arguments: --acl public-read --cache-control "no-cache" --recursive

Expand Down

0 comments on commit 0deff11

Please sign in to comment.