mirror of
https://github.com/shirou/mqttcli.git
synced 2025-05-12 19:29:32 +08:00
16 lines
176 B
YAML
16 lines
176 B
YAML
language: go
|
|
|
|
go:
|
|
- master
|
|
|
|
script: make
|
|
|
|
deploy:
|
|
provider: releases
|
|
api_key: $GITHUB_TOKEN
|
|
file_glob: true
|
|
file: "build/*"
|
|
skip_cleanup: true
|
|
on:
|
|
tags: true
|