.goreleaser.yml 504 B

12345678910111213141516171819
  1. builds:
  2. - skip: true
  3. checksum:
  4. name_template: 'checksums.txt'
  5. release:
  6. # Same as for github
  7. # Note: it can only be one: either github, gitlab or gitea
  8. github:
  9. owner: fatedier
  10. name: frp
  11. draft: false
  12. # You can add extra pre-existing files to the release.
  13. # The filename on the release will be the last part of the path (base). If
  14. # another file with the same name exists, the latest one found will be used.
  15. # Defaults to empty.
  16. extra_files:
  17. - glob: ./release/packages/*