Skip to content

Commit 680c7fa

Browse files
committed
Fix copy-pasted GHism
1 parent ae6ec42 commit 680c7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ stages:
9292
Write-Host "Adding $py to PATH"
9393
Write-Host "##vso[task.prependpath]$py"
9494
displayName: Set up Python 3.14.0b2
95-
working-directory: $(Build.BinariesDirectory)
95+
workingDirectory: $(Build.BinariesDirectory)
9696
9797
- powershell: >
9898
python -c "import sys;

0 commit comments

Comments
 (0)