Skip to content

Commit

Permalink
Fix: Log Path
Browse files Browse the repository at this point in the history
  • Loading branch information
edelciomolina committed Dec 6, 2023
1 parent 9ea6a9a commit db0aef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var Generate = (() => {
.replace(bundle_config_folder, '')
.replace(/\\/g, '/')

core.info(`depois: ${core}`)
core.info(`depois: ${ret}`)

let retPath
if (ret.startsWith('/')) {
Expand Down

0 comments on commit db0aef9

Please sign in to comment.