Skip to content

Commit

Permalink
remove leading space from package output
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Jan 22, 2021
1 parent 13ea0d5 commit acc28d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func build(args *Args, fs vfs.FS) error {
}

if GithubAction {
fmt.Println("::set-output name=package::", info.Target)
fmt.Printf("::set-output name=package::%s\n", info.Target)
}
}

Expand Down

0 comments on commit acc28d8

Please sign in to comment.