Skip to content

Commit

Permalink
[*] Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Oct 4, 2023
1 parent 14285af commit a437fba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions publisher/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ func doActionGithub(baseDir string, addon string, outputFile string) {
if plg.Plugin.Dependencies.Godot != "" {
descStr += "Godot Compatibility: " + plg.Plugin.Dependencies.Godot + "\n"
}
outputStr += fmt.Sprintf("note=%s\n%s%s\n", io.EOF, descStr, io.EOF)
outputStr += fmt.Sprintf("note<<%s\n%s%s\n", io.EOF, descStr, io.EOF)

fmt.Println(outputStr)
oFile, err := os.OpenFile(outputFile, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
if err != nil {
log.Fatalln(err)
Expand Down

0 comments on commit a437fba

Please sign in to comment.