@@ -44,30 +44,30 @@ jobs:
4444 - name : Create portable zip archive from generated binaries
4545 run : |
4646 Remove-Item -r ".\dist\turing-system-monitor\res\themes\--Theme examples\"
47- 7z a -tzip turing-system-monitor-${{github.event.release.tag_name}}-portable-debug .zip ".\dist\turing-system-monitor"
47+ 7z a -tzip turing-system-monitor-${{github.event.release.tag_name}}-debug- portable-windows .zip ".\dist\turing-system-monitor"
4848
4949 - name : ' 📦 Archive Windows installer'
5050 uses : actions/upload-artifact@v7
5151 with :
52- name : turing-system-monitor-${{github.event.release.tag_name}}-debug
53- path : tools\windows-installer\Output\turing-system-monitor-${{github.event.release.tag_name}}-debug.exe
52+ name : turing-system-monitor-${{github.event.release.tag_name}}-debug-windows
53+ path : tools\windows-installer\Output\turing-system-monitor-${{github.event.release.tag_name}}-debug-windows .exe
5454 if-no-files-found : error
5555
5656 - name : ' 📦 Archive Windows portable archive'
5757 uses : actions/upload-artifact@v7
5858 with :
59- name : turing-system-monitor-${{github.event.release.tag_name}}-portable-debug
60- path : turing-system-monitor-${{github.event.release.tag_name}}-portable-debug .zip
59+ name : turing-system-monitor-${{github.event.release.tag_name}}-debug- portable-windows
60+ path : turing-system-monitor-${{github.event.release.tag_name}}-debug- portable-windows .zip
6161 if-no-files-found : error
6262
6363 - name : ' 📩 Publish Windows installer to Release'
6464 run : |
65- gh release upload ${{github.event.release.tag_name}} tools\windows-installer\Output\turing-system-monitor-${{github.event.release.tag_name}}-debug.exe
65+ gh release upload ${{github.event.release.tag_name}} tools\windows-installer\Output\turing-system-monitor-${{github.event.release.tag_name}}-debug-windows .exe
6666 env :
6767 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868
6969 - name : ' 📩 Publish Windows portable zip to Release'
7070 run : |
71- gh release upload ${{github.event.release.tag_name}} turing-system-monitor-${{github.event.release.tag_name}}-portable-debug .zip
71+ gh release upload ${{github.event.release.tag_name}} turing-system-monitor-${{github.event.release.tag_name}}-debug- portable-windows .zip
7272 env :
7373 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
0 commit comments