Skip to content

Commit 9fdb490

Browse files
author
bot
committed
Github action build
1 parent b4091eb commit 9fdb490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13199,7 +13199,7 @@ const run = async () => {
1319913199
// update readme
1320013200
console.log('Update README.md...');
1320113201
const readme = fs.readFileSync('./README.md').toString();
13202-
const link = `https://install.arcblock.io/?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2F${owner}%2F${repo}%2Freleases%2Fdownload%2Fv${version}%2Fblocklet.json`;
13202+
const link = `https://install.arcblock.io/launch?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2F${owner}%2F${repo}%2Freleases%2Fdownload%2Fv${version}%2Fblocklet.json`;
1320313203
const regex = /download%2Fv(\d+\.\d+\.\d+)%2Fblocklet\.json/;
1320413204
let newReadme;
1320513205
const paragraph = `## Launch on Blocklet Server

0 commit comments

Comments
 (0)