mirror of
https://github.com/0x2E/fusion.git
synced 2025-06-08 05:27:15 +09:00
34 lines
510 B
YAML
34 lines
510 B
YAML
version: 2
|
|
dist: ./dist
|
|
|
|
builds:
|
|
- binary: fusion
|
|
main: ./cmd/server
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
|
|
archives:
|
|
- id: default
|
|
formats: ["zip"]
|
|
# Additional files/globs you want to add to the archive.
|
|
files:
|
|
- "LICENSE*"
|
|
- "README*"
|
|
|
|
checksum:
|
|
algorithm: sha256
|
|
name_template: "checksums.txt"
|
|
|
|
snapshot:
|
|
version_template: "{{ incpatch .Version }}-next"
|
|
|
|
release:
|
|
draft: true
|
|
|
|
changelog:
|
|
use: github-native
|