File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 44
44
publish_tauri :
45
45
name : Build the Tauri App
46
46
needs : create_release
47
- runs-on : windows-latest
47
+
48
+ strategy :
49
+ matrix :
50
+ os : [Windows-Latest, Ubuntu-Latest, Macos-Latest]
48
51
52
+ runs-on : ${{ matrix.os }}
49
53
steps :
50
54
- name : Checkout
51
55
uses : actions/checkout@v3
82
86
publish_electron :
83
87
name : Build the Electron App
84
88
needs : create_release
85
- runs-on : windows-latest
89
+ strategy :
90
+ matrix :
91
+ os : [Windows-Latest, Ubuntu-Latest, Macos-Latest]
92
+
93
+ runs-on : ${{ matrix.os }}
86
94
87
95
steps :
88
96
- name : Checkout
Original file line number Diff line number Diff line change 4
4
"main" : " main.cjs" ,
5
5
"description" : " AHQ Store Electron Project" ,
6
6
"author" : " AHQ Store Developers" ,
7
- "version" : " 1.0.2 " ,
7
+ "version" : " 1.0.3 " ,
8
8
"type" : " module" ,
9
9
"scripts" : {
10
10
"dev" : " vite" ,
20
20
" nsis" ,
21
21
" zip"
22
22
]
23
+ },
24
+ "linux" : {
25
+ "target" : [" deb" , " apk" , " zip" ]
26
+ },
27
+ "macos" : {
28
+ "target" : [" dmg" , " zip" ]
23
29
}
24
30
},
25
31
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ahqstore-sample-project" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " This repo is an example repo showing **AHQ Store** bundle codebases for\r - Electron\r - Tauri" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ahq-store-sample-app" ,
3
3
"private" : true ,
4
- "version" : " 1.0.2 " ,
4
+ "version" : " 1.0.3 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments