Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Sep 8, 2022
1 parent b755f43 commit 48d832f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-rancher-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
OUTPUT_DIR: dist
RELEASE_DIR: release
ARTIFACT_NAME: rancher-dashboard-desktop-embed
API: "https://127.0.0.1:9443"
RESOURCE_BASE: "https://127.0.0.1:9443"
API: "https://127.0.0.1:6120"
RESOURCE_BASE: "https://127.0.0.1:6120"

jobs:
build:
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Install & Build
run:
ROUTER_BASE="/dashboard" RANCHER_ENV=desktop ./.github/workflows/scripts/build-dashboard.sh
RANCHER_ENV=desktop ./.github/workflows/scripts/build-dashboard.sh

- name: Upload Build
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 48d832f

Please sign in to comment.