build: generate assets for release tags

This commit is contained in:
EnixCoda 2020-05-05 20:39:07 +08:00
parent 749af84cbb
commit aaf64667ea
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -4,6 +4,7 @@ on:
push:
tags:
- v[0-9]+.* # roughly matching version numbers
- release-*
jobs:
release: