Skip to content

Commit 52e5060

Browse files
committed
correct source archive name
1 parent 97d4d11 commit 52e5060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/github-upload-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def create_release(repo, release, tag=None, name=None, message=None):
6060
If you rely on a platform or configuration that is not one of the defaults, we suggest you use the binaries that your platform provides, or build your own release packages.
6161
6262
In addition, source archives are available:
63-
* `<sub-project>*.src.tar.xz` are archives of the sources of specific sub-projects of `llvm-project` (except for `test-suite` which is an archive of the [LLVM Test Suite](https://github.com/llvm/llvm-test-suite)).
63+
* `<sub-project>-{release}.src.tar.xz` are archives of the sources of specific sub-projects of `llvm-project` (except for `test-suite` which is an archive of the [LLVM Test Suite](https://github.com/llvm/llvm-test-suite)).
6464
* To get all the `llvm-project` source code for this release, choose `llvm-project-{release}.src.tar.xz`.
6565
6666
## Verifying Packages

0 commit comments

Comments
 (0)