Skip to content

Commit

Permalink
Merge pull request #5 from TheCacophonyProject/release-hash
Browse files Browse the repository at this point in the history
Release hash
  • Loading branch information
gferraro committed Jun 24, 2024
2 parents a7ea09e + 23bac59 commit 333ed1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ before_script:

script:
- cargo build --release
- sha256sum ./target/thumbv6m-none-eabi/release/tc2-firmware | cut -d ' ' -f 1 > ./target/thumbv6m-none-eabi/release/tc2-firmware.sha256

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file:
- "./target/thumbv6m-none-eabi/release/tc2-firmware"
- "./target/thumbv6m-none-eabi/release/tc2-firmware.sha256"
skip_cleanup: true
on:
tags: true

0 comments on commit 333ed1b

Please sign in to comment.