Skip to content

Commit

Permalink
Resolve dynamic publish path against output directory
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 13, 2024
1 parent 8041a57 commit 062939e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PublishOp {

// evaluate dynamic path
final path = pathAs != null
? pathAs.call(value)
? targetDir.resolve(pathAs.call(value))
: targetDir
if( path == null )
return
Expand Down

0 comments on commit 062939e

Please sign in to comment.