mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add tag to firmware release.
This commit is contained in:
parent
68195d46ca
commit
a6234816ca
@ -85,12 +85,12 @@ jobs:
|
||||
- OPENMV4R_WORKSPACE
|
||||
- WINC1500_WORKSPACE
|
||||
script:
|
||||
- zip -r firmware.zip OPENMV2 OPENMV3 OPENMV4 OPENMV4R WINC1500
|
||||
- zip -r firmware_${TRAVIS_TAG}.zip OPENMV2 OPENMV3 OPENMV4 OPENMV4R WINC1500
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
secure: "$GH_TOKEN"
|
||||
file: firmware.zip
|
||||
file: firmware_${TRAVIS_TAG}.zip
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user