Skip to content

Commit 39396ab

Browse files
hebastofanquake
authored andcommitted
build: Fix "ERR: Unsigned tarballs do not exist"
Github-Pull: #24733 Rebased-From: 7762c56
1 parent db8a5d6 commit 39396ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/guix-codesign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ outdir_for_host() {
152152
unsigned_tarball_for_host() {
153153
case "$1" in
154154
*mingw*)
155-
echo "$(outdir_for_host "$1")/${DISTNAME}-win-unsigned.tar.gz"
155+
echo "$(outdir_for_host "$1")/${DISTNAME}-win64-unsigned.tar.gz"
156156
;;
157157
*darwin*)
158158
echo "$(outdir_for_host "$1")/${DISTNAME}-${1}-unsigned.tar.gz"

0 commit comments

Comments
 (0)