Skip to content

Commit a4fa1a1

Browse files
authored
Fix copy of signed Powershell script into release packages (#305)
1 parent dcc4b55 commit a4fa1a1

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_$(Name)\Activate.ps1" Lib\venv\scripts\common\Activate.ps1 -Force
181+
copy "$(Pipeline.Workspace)\bin_$(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)