add tag processing to github releases

This commit is contained in:
Noah Laptop 2020-03-11 13:50:27 -07:00
parent 56825048bf
commit af54f83967

View file

@ -56,6 +56,8 @@ jobs:
api_key: $GITHUB_TOKEN
file: "SSLClient.zip"
skip_cleanup: true
on:
tags: true
install:
- curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/bin sudo sh