We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c83a8 commit 5abe850Copy full SHA for 5abe850
eng/pipelines/templates/stages/archetype-rust-release.yml
@@ -106,7 +106,7 @@ stages:
106
107
Write-Host "Publishing package '$crateName'"
108
109
- $cargoBin = '$(Pipeline.Workspace)/drop/Packages/$crateName.bin'
+ $cargoBin = "$(Pipeline.Workspace)/drop/Packages/$crateName.bin"
110
111
# https://doc.rust-lang.org/cargo/reference/registry-web-api.html#publish
112
Invoke-WebRequest -Method Put -Uri 'https://crates.io/api/v1/crates/new' `
0 commit comments