Skip to content

Commit

Permalink
Fix appveyor release deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Feb 2, 2020
1 parent 05dbcb9 commit ac7b006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ environment:
- channel: 1.41.0 # Oldest supported version. Keep in sync with README.md.
target: x86_64-pc-windows-msvc

deploy_script:
before_deploy:
- ps: |
$NAME = "rblake2sum-${env:APPVEYOR_REPO_TAG_NAME}-${env:TARGET}"
New-Item -Path $NAME -ItemType directory
Expand Down

0 comments on commit ac7b006

Please sign in to comment.