Skip to content

Commit

Permalink
save with cut
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Jun 24, 2024
1 parent e6b47f2 commit 23bac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:

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

deploy:
provider: releases
Expand Down

0 comments on commit 23bac59

Please sign in to comment.