diff --git a/contrib/release/github-release.sh b/contrib/release/github-release.sh --- a/contrib/release/github-release.sh +++ b/contrib/release/github-release.sh @@ -119,7 +119,6 @@ ASSET_LIST+=("${ASSET_DIR}/osx/bitcoin-abc-${VERSION}-osx-unsigned.dmg") # Windows binaries - ASSET_LIST+=("${ASSET_DIR}/win/bitcoin-abc-${VERSION}-win32-setup-unsigned.exe") ASSET_LIST+=("${ASSET_DIR}/win/bitcoin-abc-${VERSION}-win64-setup-unsigned.exe") for FILENAME in "${ASSET_LIST[@]}"; do