Skip to content

Commit

Permalink
Merge pull request #112 from sqreen/fix/ci
Browse files Browse the repository at this point in the history
Release on private S3 bucket
  • Loading branch information
nizox authored Jun 29, 2020
2 parents 05ea592 + 3e8fe0b commit ef821ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ steps:
displayName: Publish Wheelhouse to S3
inputs:
awsCredentials: AWS
bucketName: sqreen-pyminiracer-travis-artefact
bucketName: sqreen-download-private
globExpressions: |
*.whl
*.tar.gz
targetFolder: $(Build.SourceVersion)/dist
targetFolder: python/py-mini-racer/
sourceFolder: wheelhouse
flattenFolders: true

0 comments on commit ef821ee

Please # to comment.