Skip to content

Commit f408a38

Browse files
authored
Re-fix copy of signed Powershell script into release packages (#306)
1 parent a4fa1a1 commit f408a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-release/stage-layout-pymanager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
179179
- ${{ if parameters.SigningCertificate }}:
180180
- powershell: |
181-
copy "$(Pipeline.Workspace)\bin_$(BinArtifact)\Activate.ps1" Lib\venv\scripts\common\Activate.ps1 -Force
181+
copy "$(Pipeline.Workspace)\$(BinArtifact)\Activate.ps1" Lib\venv\scripts\common\Activate.ps1 -Force
182182
displayName: 'Copy signed files into sources'
183183
workingDirectory: $(Build.SourcesDirectory)\cpython
184184

0 commit comments

Comments
 (0)