We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54bd91 commit d4de96cCopy full SHA for d4de96c
1 file changed
.github/workflows/createrelease.yml
@@ -85,6 +85,7 @@ jobs:
85
- name: Deploy config
86
shell: powershell
87
run: |
88
+ Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
89
$target = "C:\home\txnproc\config"
90
New-Item -ItemType Directory -Force -Path $target
91
Expand-Archive -Path sharedconfig.zip -DestinationPath $target -Force
@@ -104,6 +105,7 @@ jobs:
104
105
106
107
108
109
110
111
0 commit comments