From dba3a51f0e45e4ce67e70bb4fd9c103292125816 Mon Sep 17 00:00:00 2001 From: Maciej Zieniuk Date: Sat, 18 May 2024 23:00:32 +0200 Subject: [PATCH] CI fix --- .github/workflows/build-browser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-browser.yml b/.github/workflows/build-browser.yml index a142d871c84..4ca64c77caf 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -191,11 +191,10 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }} action: "upload" - app_location: "/dist" + app_location: "browser-source/apps/browser/dist" api_location: "" output_location: "" skip_app_build: true - working-directory: browser-source/apps/browser - name: Gulp run: gulp ci