1
0

.goreleaser.yml 596 B

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