2020-11-20 17:00:14 +08:00
|
|
|
builds:
|
|
|
|
- skip: true
|
|
|
|
checksum:
|
2022-03-23 21:47:43 +08:00
|
|
|
name_template: '{{ .ProjectName }}_sha256_checksums.txt'
|
2022-03-23 21:15:01 +08:00
|
|
|
algorithm: sha256
|
|
|
|
extra_files:
|
|
|
|
- glob: ./release/packages/*
|
2020-11-20 17:00:14 +08:00
|
|
|
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/*
|