Skip to content

Commit

Permalink
list files fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Aug 20, 2024
1 parent 40a0d45 commit 73460fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: artifacts
name: WEventViewer-installer
- name: list files
run: "dir /s artifacts"
run: "Get-ChildItem -recurse artifacts"
- name: upload zip to gh release
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-win-x64/WEventViewer-win-x64.zip
env:
Expand Down

0 comments on commit 73460fa

Please sign in to comment.