File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
branches :
7
7
- feature/electron
8
8
jobs :
9
- release-windows :
10
- runs-on : windows -latest
9
+ release :
10
+ runs-on : macos -latest
11
11
12
12
# strategy:
13
13
# matrix:
14
- # os:
14
+ # os: [macos-latest, windows-latest]
15
15
16
16
steps :
17
17
- name : Check out Git repository
28
28
# GitHub token, automatically provided to the action
29
29
# (No need to define this secret in the repo settings)
30
30
github_token : ${{ secrets.github_token }}
31
- build_script_name : releaseElectron:win
31
+ build_script_name : packElectron
32
32
33
33
# If the commit is tagged with a version (e.g. "v1.0.0"),
34
34
# release the app after building
Original file line number Diff line number Diff line change 4
4
"main" : " packages/apps-electron/build/electron.js" ,
5
5
"description" : " An Apps portal into the Polkadot network" ,
6
6
"author" : " chainx-org" ,
7
- "version" : " 2.1.8 " ,
7
+ "version" : " 2.1.9 " ,
8
8
"license" : " Apache-2" ,
9
9
"private" : true ,
10
10
"homepage" : " ." ,
46
46
"packElectron:win" : " yarn build:release:electron && electron-builder build --win" ,
47
47
"releaseElectron:win" : " yarn build:electron && yarn clean:electronRelease && electron-builder build --win -p always" ,
48
48
"packElectron:linux" : " yarn build:release:electron && electron-builder build --linux" ,
49
- "packElectron" : " yarn build:release: electron && yarn clean:electronRelease && electron-builder build -mwl" ,
49
+ "packElectron" : " yarn build:electron && yarn clean:electronRelease && electron-builder build -mwl" ,
50
50
"docs" : " echo \" skipping docs\" " ,
51
51
"clean" : " polkadot-dev-clean-build" ,
52
52
"clean:electronBuild" : " cd packages/apps-electron && polkadot-dev-clean-build" ,
You can’t perform that action at this time.
0 commit comments