Add sha256 checksum generation in linux CI pipeline
This commit is contained in:
parent
c704ab3c82
commit
6e16a9a20b
|
@ -5,5 +5,6 @@ steps:
|
||||||
tar czf "espanso-linux.tar.gz" espanso
|
tar czf "espanso-linux.tar.gz" espanso
|
||||||
cd ../..
|
cd ../..
|
||||||
cp target/release/espanso-*.gz .
|
cp target/release/espanso-*.gz .
|
||||||
|
sha256sum espanso-*.gz | awk '{ print $1 }' > espanso-linux-sha256.txt
|
||||||
ls -la
|
ls -la
|
||||||
displayName: "Cargo build and packaging for Linux"
|
displayName: "Cargo build and packaging for Linux"
|
Loading…
Reference in New Issue
Block a user