Skip to content

Commit 930fa10

Browse files
committed
use pwsh (git bash not working)
1 parent 06cbeb8 commit 930fa10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-node-bindings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ jobs:
193193
path: bindings/node
194194

195195
- name: List files
196-
run: ls -laR
197-
shell: bash
196+
run: Get-ChildItem -Force -Recurse | Select-Object Mode, LastWriteTime, Length, FullName
197+
shell: powershell
198198

199199
# Native testing for macOS (both Intel and ARM)
200200
- name: Test bindings (macOS)

0 commit comments

Comments
 (0)