We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a0d45 commit 73460faCopy full SHA for 73460fa
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
path: artifacts
47
name: WEventViewer-installer
48
- name: list files
49
- run: "dir /s artifacts"
+ run: "Get-ChildItem -recurse artifacts"
50
- name: upload zip to gh release
51
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-win-x64/WEventViewer-win-x64.zip
52
env:
0 commit comments