Unable to publish

I’ve written a very small little provider and I’m trying to publish it.
I used goreleaser to package it, as per the instructions:

However, the Terraform publish page is returning:
Error while attempting to publish provider: no valid platform assets found

What have I done wrong?

Hi Richard,

I had this problem and I fixed it.

release:
  disable: false
  github:
      owner: <your_usename>
      name: <your_repo>
goreleaser release --rm-dist

Let-me know if you fixed it.