File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 51
51
run : yarn release:mac:x64
52
52
env :
53
53
NOTARIZE : true
54
+ - name : Copy dist/latest-mac.yml to dist/latest-mac-x64.yml
55
+ run : |
56
+ cp dist/latest-mac.yml dist/latest-mac-x64.yml
57
+ shell : bash
58
+ - name : Upload yml file to release
59
+ uses : ncipollo/release-action@v1.13.0
60
+ with :
61
+ token : ${{ secrets.WORKFLOW_TOKEN }}
62
+ draft : true
63
+ allowUpdates : true
64
+ artifacts : |
65
+ dist/latest-mac-x64.yml
54
66
55
67
release-arm64 :
56
68
runs-on : macos-latest-xlarge
86
98
run : yarn release:mac:arm64
87
99
env :
88
100
NOTARIZE : true
101
+ - name : Copy dist/latest-mac.yml to dist/latest-mac-arm64.yml
102
+ run : |
103
+ cp dist/latest-mac.yml dist/latest-mac-arm64.yml
104
+ shell : bash
105
+ - name : Upload yml file to release
106
+ uses : ncipollo/release-action@v1.13.0
107
+ with :
108
+ token : ${{ secrets.WORKFLOW_TOKEN }}
109
+ draft : true
110
+ allowUpdates : true
111
+ artifacts : |
112
+ dist/latest-mac-arm64.yml
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyperplay" ,
3
- "version" : " 0.11.2 " ,
3
+ "version" : " 0.11.3 " ,
4
4
"private" : true ,
5
5
"main" : " build/electron/main.js" ,
6
6
"homepage" : " ./" ,
You can’t perform that action at this time.
0 commit comments