Skip to content

Commit 7762c56

Browse files
committed
build: Fix "ERR: Unsigned tarballs do not exist"
1 parent 1021e4c commit 7762c56

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)