fix asset name

This commit is contained in:
Alexander Zobnin
2020-06-04 16:37:24 +03:00
parent 8e30bb7676
commit 074035b2a9

View File

@@ -81,7 +81,7 @@ async function main() {
try {
await publishAssets(
`./grafana-zabbix-${releaseVersion}.zip`,
`grafana-zabbix-${releaseVersion}.zip`,
`https://uploads.github.com/repos/${GRAFANA_ZABBIX_OWNER}/${GRAFANA_ZABBIX_REPO}/releases/${releaseId}/assets`
);
} catch (reason) {