We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952aaff commit 010c1d8Copy full SHA for 010c1d8
ci/build/build-release.sh
@@ -22,7 +22,7 @@ main() {
22
bundle_code_server
23
bundle_vscode
24
25
- rsync README.md "$RELEASE_PATH"
+ rsync ./docs/README.md "$RELEASE_PATH"
26
rsync LICENSE.txt "$RELEASE_PATH"
27
rsync ./lib/vscode/ThirdPartyNotices.txt "$RELEASE_PATH"
28
}
0 commit comments