Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 0ec94bb

Browse files
committed
Add version to SHA256SUMS file.
1 parent f0e3145 commit 0ec94bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ for PLATFORM in $(find ./pkg -mindepth 1 -maxdepth 1 -type d); do
2424
done
2525

2626
pushd pkg >/dev/null 2>&1
27-
shasum -a256 *.zip > aero_SHA256SUMS
27+
shasum -a256 *.zip > aero_${VERSION}_SHA256SUMS
2828
popd >/dev/null 2>&1

0 commit comments

Comments
 (0)