We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4de3f commit e0de333Copy full SHA for e0de333
update.js
@@ -2,10 +2,10 @@ const fs = require('fs');
2
3
var packagejson = require('./package.json');
4
5
-packagejson.build.publish = {
+packagejson.build.publish = [{
6
url: "https://github.com/MuhammedKalkan/OpenLens/releases/download/Latest",
7
provider: "generic"
8
-};
+}];
9
10
packagejson.build.win.artifactName = "OpenLens.Setup.${version}.${ext}";
11
0 commit comments