We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e54352 commit 51d80e4Copy full SHA for 51d80e4
.github/workflows/release.yml
@@ -39,6 +39,8 @@ jobs:
39
uses: actions/download-artifact@v4
40
with:
41
path: artifacts
42
+ - name: list files
43
+ run: "dir /s artifacts"
44
- name: upload zip to gh release
45
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-win-x64/WEventViewer-win-x64.zip
46
env:
0 commit comments