Skip to content

Commit

Permalink
add file list command
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Aug 20, 2024
1 parent 7e54352 commit 51d80e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts
- name: list files
run: "dir /s 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 51d80e4

Please sign in to comment.