Skip to content

Commit

Permalink
Switch travis ci to add multiple files to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
dowster committed Mar 10, 2020
1 parent cdd8a2b commit 5f68a61
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ before_deploy:
deploy:
provider: releases
token: ${GH_TOKEN}
file: e28-cluster-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz
file:
- e28-cluster-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz
- code/build/partition_table/partition-table.bin
- code/build/bootloader/bootloader.bin
- code/build/e28-cluster.bin
- pcb-design/pcb-design-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.pdf

skip_cleanup: true
on:
tags: true

0 comments on commit 5f68a61

Please sign in to comment.