File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,24 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 include :
14- # - os: windows-latest
15- # file_extension: ".exe"
16- # file_name: "https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test%20Setup%2099.0.${{ github.run_id }}-Test.exe"
17- # build_arg: "--win --x64"
18- # - os: macos-latest
19- # arch: x86_64
20- # file_name: "https://download.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg"
21- # file_extension: ".dmg"
22- # build_arg: "--mac --x64"
14+ - os : windows-latest
15+ file_extension : " .exe"
16+ file_name : " https://oss.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test%20Setup%2099.0.${{ github.run_id }}-Test.exe"
17+ build_arg : " --win --x64"
18+ - os : macos-latest
19+ arch : x86_64
20+ file_name : " https://download.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg"
21+ file_extension : " .dmg"
22+ build_arg : " --mac --x64"
2323 - os : macos-latest
2424 arch : arm64
2525 file_name : " https://download.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test-arm64.dmg"
2626 file_extension : " .dmg"
2727 build_arg : " --mac --arm64"
28- # - os: ubuntu-latest
29- # file_name: "https://download.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.AppImage"
30- # file_extension: ".AppImage"
31- # build_arg: "--linux"
28+ - os : ubuntu-latest
29+ file_name : " https://download.sqlgpt.cn/test/99.0.${{ github.run_id }}/Chat2DB-Test-99.0.${{ github.run_id }}-Test.AppImage"
30+ file_extension : " .AppImage"
31+ build_arg : " --linux"
3232 runs-on : ${{ matrix.os }}
3333
3434 steps :
You can’t perform that action at this time.
0 commit comments