Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 20, 2024
2 parents b3f3f3f + 97535d7 commit fc66a4c
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 -n $BOS_DEPLOY_ENV"
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 fc66a4c

Please sign in to comment.