Skip to content

Commit 51d80e4

Browse files
committed
add file list command
1 parent 7e54352 commit 51d80e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
uses: actions/download-artifact@v4
4040
with:
4141
path: artifacts
42+
- name: list files
43+
run: "dir /s artifacts"
4244
- name: upload zip to gh release
4345
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-win-x64/WEventViewer-win-x64.zip
4446
env:

0 commit comments

Comments
 (0)