Skip to content

Commit

Permalink
ci: fix app_location
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX authored Nov 8, 2023
1 parent aaf19ac commit 84ff5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-static-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/packages/northstar" # App source code path
app_location: "packages/northstar" # App source code path
api_location: "" # Api source code path - optional
output_location: "dist" # Built app content directory - optional
skip_app_build: true
Expand Down

0 comments on commit 84ff5ba

Please sign in to comment.