File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "homepage" : " https://github.com/hermeticbuild/cuda_toolkit " ,
2+ "homepage" : " https://github.com/hermeticbuild/cuda-toolkit " ,
33 "maintainers" : [
44 {
55 "name" : " Corentin Kerisit" ,
1313 }
1414 ],
1515 "repository" : [
16- " github:hermeticbuild/cuda_toolkit "
16+ " github:hermeticbuild/cuda-toolkit "
1717 ],
1818 "versions" : [],
1919 "yanked_versions" : {}
Original file line number Diff line number Diff line change 3636 bazel_test_command : true
3737 prerelease : false
3838 release_files : |
39- cuda_toolkit -*.tar.gz
39+ cuda-toolkit -*.tar.gz
4040 tag_name : ${{ inputs.tag_name || github.ref_name }}
4141 publish :
4242 # Skip BCR publish for prebuilts tags like llvm-* or prebuilts-extras-*.
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ VERSION=${TAG:1}
99# The prefix is chosen to match what GitHub generates for source archives
1010# This guarantees that users can easily switch from a released artifact to a source archive
1111# with minimal differences in their code (e.g. strip_prefix remains the same)
12- PREFIX=" cuda_toolkit -$VERSION "
13- ARCHIVE=" cuda_toolkit -$TAG .tar.gz"
12+ PREFIX=" cuda-toolkit -$VERSION "
13+ ARCHIVE=" cuda-toolkit -$TAG .tar.gz"
1414
1515# NB: configuration for 'git archive' is in /.gitattributes
1616git archive --format=tar --prefix=${PREFIX} / ${TAG} | gzip > $ARCHIVE
You can’t perform that action at this time.
0 commit comments