drop checksum from release tab
it no longer works since we have now two architectures build independently
This commit is contained in:
parent
8eb1ef49d5
commit
8f0b2d8f63
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue