Build artifacts when releases are tagged.

This commit is contained in:
James Harton 2020-01-08 12:31:59 +13:00
parent c5f280315c
commit d3e7bb7708

View file

@ -44,3 +44,13 @@ pages:
- public
only:
- master
package:
stage: deploy
only:
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
script:
- mix hex.build
artifacts:
paths:
- "wafer-*.tar"