Skip to content

Commit 9577033

Browse files
committed
Update release_test.yml with new download links and build arguments
1 parent adabb89 commit 9577033

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/release_test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)