add goreleaser action (#2087)

* add goreleaser action

* change version
This commit is contained in:
fatedier
2020-11-20 17:00:14 +08:00
committed by GitHub
parent 0138dbd352
commit 8a779eb88c
8 changed files with 83 additions and 33 deletions

19
.goreleaser.yml Normal file
View File

@@ -0,0 +1,19 @@
builds:
- skip: true
checksum:
name_template: 'checksums.txt'
release:
# Same as for github
# Note: it can only be one: either github, gitlab or gitea
github:
owner: fatedier
name: frp
draft: false
# You can add extra pre-existing files to the release.
# The filename on the release will be the last part of the path (base). If
# another file with the same name exists, the latest one found will be used.
# Defaults to empty.
extra_files:
- glob: ./release/packages/*