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:
4343 - name : ' 📦 Archive Windows installer'
4444 uses : actions/upload-artifact@v4
4545 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
4749
4850 - name : ' 📩 Publish Windows installer to Release'
4951 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
5153 env :
5254 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments