File tree Expand file tree Collapse file tree 3 files changed +1216
-932
lines changed
Expand file tree Collapse file tree 3 files changed +1216
-932
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,11 @@ jobs:
4444
4545 - name : Build
4646 run : npm run build
47- env :
48- NODE_OPTIONS : ' --max-old-space-size=4096'
4947
5048 - name : Package Windows ${{ matrix.arch }}
5149 run : npx electron-builder --win --${{ matrix.arch }} -p never
5250 env :
5351 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54- NODE_OPTIONS : ' --max-old-space-size=4096'
5552
5653 - name : Upload artifacts
5754 uses : actions/upload-artifact@v4
@@ -97,14 +94,11 @@ jobs:
9794
9895 - name : Build
9996 run : npm run build
100- env :
101- NODE_OPTIONS : ' --max-old-space-size=4096'
10297
10398 - name : Package macOS ${{ matrix.arch }}
10499 run : npx electron-builder --mac --${{ matrix.arch }} -p never
105100 env :
106101 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
107- NODE_OPTIONS : ' --max-old-space-size=4096'
108102
109103 - name : Upload artifacts
110104 uses : actions/upload-artifact@v4
@@ -149,14 +143,11 @@ jobs:
149143
150144 - name : Build
151145 run : npm run build
152- env :
153- NODE_OPTIONS : ' --max-old-space-size=4096'
154146
155147 - name : Package Linux ${{ matrix.arch }}
156148 run : npx electron-builder --linux --${{ matrix.arch }} -p never
157149 env :
158150 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
159- NODE_OPTIONS : ' --max-old-space-size=4096'
160151
161152 - name : Upload artifacts
162153 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments