-
Hi, we wanted to create a nix user repository to publish a cli tool (code is private for now). So far, our release workflow looks like this: # pseudo workflow
job1
steps:
- goreleaser release [all bunch of targets (docker, homebrew, nix, ...)
- action/upload_artifacts
job2:
needs: job1
steps:
- download artifacts
- upload to s3 bucket, etc. I noticed that the nix build tries to "validate" a pre fetch thing (I am a nix-noob still). And that URL points to our s3, which is not available yet (error 404) as the artifacts are uploaded in the other Long story short, I saw there are Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
hey, in theory if you use the custom publishers I think will work too. |
Beta Was this translation helpful? Give feedback.
hey, in theory if you use the
blobs
feature to upload to s3, it should all work outcustom publishers I think will work too.