Skip to content

Commit

Permalink
feat: add link to archive in the submitted issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Aug 1, 2023
1 parent 379dde9 commit 90825cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ func buildGenericIssueRequest(p payload, listingURL string) (title, body string)

// Add log links to the body
fmt.Fprintf(bodyBuf, "\n[Logs](%s)", listingURL)
fmt.Fprintf(bodyBuf, " ([archive](%s))", listingURL+"?format=tar.gz")

for _, file := range p.Files {
fmt.Fprintf(
Expand Down

0 comments on commit 90825cd

Please sign in to comment.