drop checksum from release tab

it no longer works since we have now two architectures build independently
This commit is contained in:
Jörg Thalheim 2023-11-01 14:04:23 +01:00
parent 8eb1ef49d5
commit 8f0b2d8f63

View file

@ -38,10 +38,8 @@ main() {
) | readarray -t assets
for asset in "${assets[@]}"; do
pushd "$(dirname "$asset")"
sha256sum "$(basename "$asset")" >>"$TMP/sha256sums"
popd
done
assets+=("$TMP/sha256sums")
if ! gh release view "$tag"; then
gh release create --title "$tag (build $(date +"%Y-%m-%d"))" "$tag"