Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Aug 29, 2024
1 parent 83177e6 commit 43c6167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/actions/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ func addPublishOutputs(dir string, outputs map[string]string) error {
return err
}

if environment.GetWorkingDirectory() != "" {
output = filepath.Join(environment.GetWorkingDirectory(), output)
}

if output != dir {
continue
}
Expand Down

0 comments on commit 43c6167

Please sign in to comment.