Skip to content

Commit 66cb857

Browse files
authored
Merge pull request #318 from microsoftgraph/fix/copy-script-path
fix: copy script path
2 parents 90e0386 + dcfb7aa commit 66cb857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)