Skip to content

Commit d37543d

Browse files
committed
fix: run in cmd mode
1 parent b2ad157 commit d37543d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-windows-code-signing.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,12 @@ jobs:
190190
- name: Extract files to prepare for signing
191191
run: |
192192
pwd
193+
dir
193194
MsiDb.exe -d ./service/windows/installer/Node.msi -x Node.cab
195+
dir
194196
mkdir -p ./Node
195197
expand -F:* Node.cab ./Node
198+
shell: cmd
196199

197200
- name: Rename files to prepare for signing
198201
run: |

0 commit comments

Comments
 (0)