From ab4878188b7f307d9d1d493958d471e6266abd3a Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Wed, 11 Aug 2021 14:03:57 +0800 Subject: [PATCH] ci: windows building --- .github/workflows/main.yml | 2 +- src/renderer/assets/api/config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd72693..fe3be2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest] + os: [macos-latest, windows-2019] # create steps steps: diff --git a/src/renderer/assets/api/config.js b/src/renderer/assets/api/config.js index 55232e0..ae43039 100644 --- a/src/renderer/assets/api/config.js +++ b/src/renderer/assets/api/config.js @@ -1,4 +1,4 @@ export default { - development: 'http://118.195.176.247:8080', - production: 'http://118.195.176.247:8080' + development: 'http://rubick-server.qa.91jkys.com', + production: 'http://rubick-server.qa.91jkys.com', };