build: Fix "ERR: Unsigned tarballs do not exist"

Github-Pull: #24733
Rebased-From: 7762c5683f
This commit is contained in:
Hennadii Stepanov 2022-04-01 10:28:10 +02:00 committed by Thomas Trevethan
parent cc323e0d95
commit 8bde23c8e7

View file

@ -152,7 +152,7 @@ outdir_for_host() {
unsigned_tarball_for_host() {
case "$1" in
*mingw*)
echo "$(outdir_for_host "$1")/${DISTNAME}-win-unsigned.tar.gz"
echo "$(outdir_for_host "$1")/${DISTNAME}-win64-unsigned.tar.gz"
;;
*darwin*)
echo "$(outdir_for_host "$1")/${DISTNAME}-${1}-unsigned.tar.gz"