Skip to content

Commit

Permalink
Fix build artifact pickup for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Turnerj committed May 23, 2021
1 parent 9d90093 commit 8bc0031
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 @@ -33,7 +33,7 @@ build_script:

test: false
artifacts:
- path: '.\build-artifacts\*'
- path: '**\build-artifacts\*'

deploy:
- provider: NuGet
Expand Down

0 comments on commit 8bc0031

Please sign in to comment.