Skip to content

Commit

Permalink
build: fix build artifacts (#3771)
Browse files Browse the repository at this point in the history
* The distribution folder structure has changed, and the path `dist/@angular/material` is no longer valid.
  • Loading branch information
devversion authored and jelbourn committed Mar 24, 2017
1 parent 7122975 commit de21d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/publish-build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e -o pipefail
# Go to the project root directory
cd $(dirname $0)/../..

buildDir="dist/@angular/material"
buildDir="dist/release"
buildVersion=$(sed -nE 's/^\s*"version": "(.*?)",$/\1/p' package.json)

commitSha=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit de21d9e

Please sign in to comment.