databacker / mysql-backup

image to enable automated backups of mysql databases in containers
636 stars 178 forks source link

Binary Release in Release Tab #334

Closed AdnanHussainTurki closed 1 month ago

AdnanHussainTurki commented 1 month ago

Hi Team,

Can we please put up the binary releases in the GitHub's releases tab too? It would be essential for lazy guys like me to just download and use as executable :P

Thanks :D

deitch commented 1 month ago

I thought there were binaries pushed as release assets, and I was right. It is in the flow. But it is not working. I am going to cut a temporary release just to see.

deitch commented 1 month ago

Ah, it does do it, but it is not finding the created binary files, logs:

  with:
    files: dist/*

    token: ***
  env:
    IMAGE_NAME: databack/mysql-backup
    GOROOT: /opt/hostedtoolcache/go/1.21.12/x64
🤔 Pattern 'dist/*' does not match any files.
👩‍🏭 Creating new GitHub release for tag v1.0.0-rc5...
🤔 dist/* not include valid file.
deitch commented 1 month ago

And fixed! Check out the releases v1.0.0-rc5, which has all of the binaries.