Skip to content

Commit 73460fa

Browse files
committed
list files fix
1 parent 40a0d45 commit 73460fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: artifacts
4747
name: WEventViewer-installer
4848
- name: list files
49-
run: "dir /s artifacts"
49+
run: "Get-ChildItem -recurse artifacts"
5050
- name: upload zip to gh release
5151
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-win-x64/WEventViewer-win-x64.zip
5252
env:

0 commit comments

Comments
 (0)