File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,12 @@ jobs:
43
43
- name : ' 📦 Archive Windows installer'
44
44
uses : actions/upload-artifact@v4
45
45
with :
46
- path : tools/windows-installer/Output/turing-system-monitor_*.exe
46
+ name : turing-system-monitor_${{github.event.release.tag_name}}
47
+ path : tools\windows-installer\Output\turing-system-monitor_${{github.event.release.tag_name}}.exe
48
+ if-no-files-found : error
47
49
48
50
- name : ' 📩 Publish Windows installer to Release'
49
51
run : |
50
- gh release upload ${{github.event.release.tag_name}} turing-system-monitor_* .exe
52
+ gh release upload ${{github.event.release.tag_name}} tools\windows-installer\Output\ turing-system-monitor_${{github.event.release.tag_name}} .exe
51
53
env :
52
54
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments