Replies: 2 comments 5 replies
-
it does print, seems like the command returned and empty output... https://github.com/goreleaser/goreleaser/blob/master/internal/pipe/before/before.go#L42 |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the super fast reply! I thought that it might be the fault of the rice command not returning an output, so I tested a few other things by running the action workflow locally with act. I am not sure if this is intended, but other commands do not return any output too, if they fail.
To make sure there is no issue with my configuration, I re-initialized Goreleaser with
Is this a possible bug? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am currently rewriting one of my tools with Go and found Goreleaser trough Hugo. It seems to be the perfect tool to automate binary releases, but I can't make it work correctly.
The source is located at Kovah/DevLorem.
release --snapshot --skip-publish --rm-dist
to make sure a binary would be compiled correctly.rice embed-go
as a global pre hook, as it's required to be able to build the final binary.rice embed-go
command fails, but there is no error thrown, so I am really not sure what the problem is.This is the output:
What am I doing wrong? :(
There is an example in the docs which includes
rice embed-go
as a pre hook, but nothing else is specified on how to make it work.Thanks in advance for the help!
Beta Was this translation helpful? Give feedback.
All reactions