Skip to content

Commit 8812b71

Browse files
committed
specify download artifact name
1 parent 51d80e4 commit 8812b71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
uses: actions/download-artifact@v4
4040
with:
4141
path: artifacts
42+
name: WEventViewer-win-x64
43+
- name: download WEventViewer.Installer
44+
uses: actions/download-artifact@v4
45+
with:
46+
path: artifacts
47+
name: WEventViewer-installer
4248
- name: list files
4349
run: "dir /s artifacts"
4450
- name: upload zip to gh release

0 commit comments

Comments
 (0)