File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 run : npm run build:win
2525
2626 - name : Upload Windows artifacts
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : windows-installer
3030 path : dist/*.exe
4848 CSC_IDENTITY_AUTO_DISCOVERY : false
4949
5050 - name : Upload macOS artifacts
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : macos-installer
5454 path : dist/*.dmg
7070 run : npm run build:linux
7171
7272 - name : Upload Linux artifacts
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 with :
7575 name : linux-installer
7676 path : |
8484 if : startsWith(github.ref, 'refs/tags/')
8585 steps :
8686 - name : Download all artifacts
87- uses : actions/download-artifact@v3
87+ uses : actions/download-artifact@v4
8888
8989 - name : Create Release
9090 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments