Skip to content

Commit 7b2ff3d

Browse files
committed
fix artifact destination path
1 parent 73460fa commit 7b2ff3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
- name: list files
4949
run: "Get-ChildItem -recurse artifacts"
5050
- name: upload zip to gh release
51-
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-win-x64/WEventViewer-win-x64.zip
51+
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-win-x64.zip
5252
env:
5353
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5454
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5555
- name: upload msi to gh release
56-
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer-installer/WEventViewer.Installer.msi
56+
run: gh release upload ${{github.event.release.tag_name}} artifacts/WEventViewer.Installer.msi
5757
env:
5858
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5959
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)