Skip to content

Commit 7a0c2a0

Browse files
committed
Unify module name
1 parent 68045b5 commit 7a0c2a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.bcr/metadata.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://github.com/hermeticbuild/cuda_toolkit",
2+
"homepage": "https://github.com/hermeticbuild/cuda-toolkit",
33
"maintainers": [
44
{
55
"name": "Corentin Kerisit",
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"repository": [
16-
"github:hermeticbuild/cuda_toolkit"
16+
"github:hermeticbuild/cuda-toolkit"
1717
],
1818
"versions": [],
1919
"yanked_versions": {}

.github/workflows/release_prep.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1616
git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE

0 commit comments

Comments
 (0)