File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set Up Node.js
2020 uses : actions/setup-node@v6
2121 with :
22- node-version : ' latest '
22+ node-version : ' 24.10.0 '
2323
2424 - name : Enable Corepack
2525 run : corepack enable
@@ -53,11 +53,11 @@ jobs:
5353 uses : actions/upload-artifact@v7
5454 with :
5555 name : linux-release-assets-${{ github.sha }}
56- path : release/*/ jm-desktop-Linux -*.zip
56+ path : release/make/zip/linux/x64/ jm-desktop-*.zip
5757
5858 - name : Upload Windows Artifacts
5959 if : matrix.os == 'windows-latest'
6060 uses : actions/upload-artifact@v7
6161 with :
6262 name : windows-release-assets-${{ github.sha }}
63- path : release/*/ jm-desktop-Windows -*.zip
63+ path : release/make/zip/win32/x64/ jm-desktop-*.zip
Original file line number Diff line number Diff line change 2121 - name : Set Up Node.js
2222 uses : actions/setup-node@v6
2323 with :
24- node-version : ' latest '
24+ node-version : ' 24.10.0 '
2525
2626 - name : Enable Corepack
2727 run : corepack enable
@@ -55,11 +55,11 @@ jobs:
5555 uses : actions/upload-artifact@v7
5656 with :
5757 name : linux-release-assets-${{ github.sha }}
58- path : release/*/ jm-desktop-Linux -*.zip
58+ path : release/make/zip/linux/x64/ jm-desktop-*.zip
5959
6060 - name : Upload Windows Artifacts
6161 if : matrix.os == 'windows-latest'
6262 uses : actions/upload-artifact@v7
6363 with :
6464 name : windows-release-assets-${{ github.sha }}
65- path : release/*/ jm-desktop-Windows -*.zip
65+ path : release/make/zip/win32/x64/ jm-desktop-*.zip
Original file line number Diff line number Diff line change 2222 - name : Set Up Node.js
2323 uses : actions/setup-node@v6
2424 with :
25- node-version : ' latest '
25+ node-version : ' 24.10.0 '
2626
2727 - name : Enable Corepack
2828 run : corepack enable
5050
5151 - name : Build Electron App
5252 env :
53- GH_TOKEN : ${{ secrets.GH_TOKEN }}
53+ GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
5454 run : pnpm run build
You can’t perform that action at this time.
0 commit comments