Skip to content

Commit 6c53a52

Browse files
committed
fix(release): correct references to built binaries when releasing
1 parent ff1aec0 commit 6c53a52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
{
3030
"assets": [
3131
{
32-
"path": "hobbits/centos7_gcc48_release/hobbits.tgz",
32+
"path": "hobbits/centos7_gcc48_release/hobbits_centos7_gcc48_release.tgz",
3333
"label": "Hobbits (64-bit CentOS 7 GCC 4.8)"
3434
},
3535
{
36-
"path": "hobbits/ubuntu18_gcc7_release/hobbits.tgz",
36+
"path": "hobbits/ubuntu18_gcc7_release/hobbits_ubuntu18_gcc7_release.tgz",
3737
"label": "Hobbits (64-bit Ubuntu 18.04 GCC 7)"
3838
},
3939
{
40-
"path": "hobbits/windows_release/hobbits.zip",
40+
"path": "hobbits/windows_release/hobbits_windows_release.zip",
4141
"label": "Hobbits (64-bit Windows 2016 msvc2017)"
4242
},
4343
{
44-
"path": "hobbits/mac_release/hobbits.tgz",
44+
"path": "hobbits/mac_release/hobbits_mac_release.tgz",
4545
"label": "Hobbits (64-bit Mac OSX 10.14)"
4646
}
4747
]

0 commit comments

Comments
 (0)