Skip to content

Commit

Permalink
fix: broken release script (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartertinney authored Aug 23, 2022
1 parent 2ff2f9d commit a6f7484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Build {
$sourceFiles = $env:sources # sdk repo top folder
$dist = $env:dist # release artifacts top folder

package = [PSCustomObject]@{
$package = [PSCustomObject]@{
File = "azure-iot-device\azure\iot\device\constant.py"
Version = $env:device_version_part
}
Expand Down

0 comments on commit a6f7484

Please sign in to comment.