Skip to content

Commit

Permalink
Update action distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 27, 2024
1 parent 66a873d commit 9f7fc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-release/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50253,7 +50253,7 @@ async function run() {
}
let directory = core.getInput('directory');
if (directory === 'auto') {
directory = `uploads/${process.env.GITHUB_REPOSITORY}/${process.env.GITHUB_RUN_NUMBER}/`;
directory = `uploads/${process.env.GITHUB_REPOSITORY}/${process.env.GITHUB_RUN_ID}/`;
}
const files = core.getInput('files');
let uploads = files.includes('\n') ? files.split('\n') : files.split(',');
Expand Down

0 comments on commit 9f7fc81

Please sign in to comment.