Skip to content

Commit 4c03dc4

Browse files
committed
Fix actions
1 parent addcae1 commit 4c03dc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/steps_download/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ runs:
2323
working-directory: "${{inputs.PkgRootFolder}}"
2424
shell: bash
2525
- name: List files
26-
run: dir
26+
run: Get-ChildItem -Path .\ -Recurse -Force
2727
working-directory: "${{ github.workspace }}"
28+
shell: pwsh
2829
- name: Unit and Integration Tests
2930
env:
3031
TEMP: "${{ runner.temp }}"

0 commit comments

Comments
 (0)