File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
{
23
23
"assets" : [
24
24
{
25
- "path" : " dist/arch-devcontainer-features-v${nextRelease.version}.tar.gz" ,
26
- "label" : " Assets for v${nextRelease.version}"
25
+ "path" : " dist/arch-devcontainer-features.tar.gz" ,
26
+ "label" : " Assets for v${nextRelease.version}" ,
27
+ "name" : " arch-devcontainer-features-v${nextRelease.version}.tar.gz"
27
28
},
28
29
{
29
30
"path" : " dist/checksums.txt" ,
Original file line number Diff line number Diff line change 54
54
mkdir -p " $_DIST_DIR "
55
55
56
56
# Create a tarball of the repository
57
- _FILENAME=$( basename " ${_REPOSITORY_NAME} - ${_VERSION} .tar.gz" )
57
+ _FILENAME=$( basename " ${_REPOSITORY_NAME} .tar.gz" )
58
58
tar -czf " $_DIST_DIR /${_FILENAME} " --exclude=" $_DIST_DIR " -C " $_ROOT " .
59
59
60
60
# Generate checksum for the tarball
You can’t perform that action at this time.
0 commit comments