Skip to content

Commit

Permalink
modified: dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smileBeda committed Aug 3, 2023
1 parent eb57d69 commit c4552b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4151,8 +4151,8 @@ async function run() {

// Set the output variable for use by other actions: https://github.com/actions/toolkit/tree/master/packages/core#inputsoutputs
//core.setOutput('browser_download_url', browserDownloadUrl);
const fs = require('fs');
fs.appendFileSync(process.env.GITHUB_OUTPUT, `{browser_download_url}=${browserDownloadUrl}\n`);
// const fs = require('fs');
// fs.appendFileSync(process.env.GITHUB_OUTPUT, `{browser_download_url}=${browserDownloadUrl}\n`);


} catch (error) {
Expand Down

0 comments on commit c4552b2

Please sign in to comment.