Skip to content

Commit

Permalink
No build path outside workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem authored Mar 20, 2024
1 parent 534d5a8 commit 97535d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
elif [ -f "bos.config.json" ]; then
echo "Found bos.config.json"
BUILD_COMMAND="bos-workspace build"
BUILD_PATH="$WORKING_DIRECTORY/dist/$BOS_APP_NAME"
BUILD_PATH="$WORKING_DIRECTORY/dist"
else
echo "Neither bos.workspace.json nor bos.config.json found, aborting"
exit 1
Expand Down

0 comments on commit 97535d7

Please sign in to comment.