We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a965f commit 9c2658eCopy full SHA for 9c2658e
.releaserc.json
@@ -22,8 +22,9 @@
22
{
23
"assets": [
24
25
- "path": "dist/arch-devcontainer-features-v${nextRelease.version}.tar.gz",
26
- "label": "Assets for v${nextRelease.version}"
+ "path": "dist/arch-devcontainer-features.tar.gz",
+ "label": "Assets for v${nextRelease.version}",
27
+ "name": "arch-devcontainer-features-v${nextRelease.version}.tar.gz"
28
},
29
30
"path": "dist/checksums.txt",
scripts/generate_assets.sh
@@ -54,7 +54,7 @@ echo "
54
mkdir -p "$_DIST_DIR"
55
56
# Create a tarball of the repository
57
-_FILENAME=$(basename "${_REPOSITORY_NAME}-${_VERSION}.tar.gz")
+_FILENAME=$(basename "${_REPOSITORY_NAME}.tar.gz")
58
tar -czf "$_DIST_DIR/${_FILENAME}" --exclude="$_DIST_DIR" -C "$_ROOT" .
59
60
# Generate checksum for the tarball
0 commit comments