Skip to content

Commit d4de96c

Browse files
Add Set-ExecutionPolicy command for deployment
1 parent a54bd91 commit d4de96c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/createrelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
- name: Deploy config
8686
shell: powershell
8787
run: |
88+
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
8889
$target = "C:\home\txnproc\config"
8990
New-Item -ItemType Directory -Force -Path $target
9091
Expand-Archive -Path sharedconfig.zip -DestinationPath $target -Force
@@ -104,6 +105,7 @@ jobs:
104105
- name: Deploy config
105106
shell: powershell
106107
run: |
108+
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
107109
$target = "C:\home\txnproc\config"
108110
New-Item -ItemType Directory -Force -Path $target
109111
Expand-Archive -Path sharedconfig.zip -DestinationPath $target -Force

0 commit comments

Comments
 (0)