Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed May 18, 2024
1 parent 3d1eeaf commit dba3a51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dba3a51

Please sign in to comment.