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 @@ -61,13 +61,13 @@ jobs:
6161 matrix :
6262 include :
6363 - platform : ' macos-latest' # for Arm based macs (M1 and above).
64- args : ' --target aarch64-apple-darwin --debug '
64+ args : ' --target aarch64-apple-darwin'
6565 - platform : ' macos-latest' # for Intel based macs.
66- args : ' --target x86_64-apple-darwin --debug '
66+ args : ' --target x86_64-apple-darwin'
6767 - platform : ' ubuntu-22.04'
68- args : ' --debug '
68+ args : ' '
6969 - platform : ' windows-latest'
70- args : ' --debug '
70+ args : ' '
7171
7272 runs-on : ${{ matrix.platform }}
7373 env :
@@ -139,7 +139,7 @@ jobs:
139139 with :
140140 tagName : ${{ needs.build.outputs.tag_name }}
141141 prerelease : false
142- args : ${{ matrix.args }}
142+ args : ${{ matrix.args }}
143143
144144 # sync:
145145 # name: Create PR to update VERSION
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../node_modules/@tauri-apps/cli/config.schema.json" ,
33 "productName" : " Greptime Dashboard" ,
4- "version" : " 0.8.0-alpha.16 " ,
4+ "version" : " 0.8.0-alpha.17 " ,
55 "identifier" : " com.greptime" ,
66 "build" : {
77 "frontendDist" : " ../dist" ,
You can’t perform that action at this time.
0 commit comments