Skip to content

Commit fb92820

Browse files
authored
Merge pull request #815 from microsoftgraph/fix/copy-script-path
fix: copy script path
2 parents 9b6b821 + 303bfac commit fb92820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
registry-url: https://registry.npmjs.org/
7979
- name: Copy README.md to packages
8080
shell: pwsh
81-
run: ./script/copy-readme.ps1
81+
run: ./scripts/copy-readme.ps1
8282
- run: npm ci
8383
- run: npm run build
8484
- run: npx lerna publish from-package --no-push --yes

0 commit comments

Comments
 (0)