aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-01 10:28:10 +0200
committerfanquake <fanquake@gmail.com>2022-04-04 10:49:17 +0100
commit39396ab593f2d6790b8dd0b2588cb0981d97ebb5 (patch)
tree4cecd2f1ab9d8a1d556cc1444293a55505c6bbaa
parentdb8a5d60944dd565e15f4aba776a475972b4a9c9 (diff)
downloadbitcoin-39396ab593f2d6790b8dd0b2588cb0981d97ebb5.tar.xz
build: Fix "ERR: Unsigned tarballs do not exist"
Github-Pull: #24733 Rebased-From: 7762c5683f91a066cf833a19e7c0153942395cb1
-rwxr-xr-xcontrib/guix/guix-codesign2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/guix-codesign b/contrib/guix/guix-codesign
index 5268da35b1..4b272f3084 100755
--- a/contrib/guix/guix-codesign
+++ b/contrib/guix/guix-codesign
@@ -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"