Skip to content

Commit 05ad53d

Browse files
committed
Switch back to exe
1 parent b5656c5 commit 05ad53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
echo "upload=$upload" >> $GITHUB_OUTPUT
121121
122122
if [ "$RUNNER_OS" = "Windows" ]; then
123-
release_binary_suffix="msi"
123+
release_binary_suffix="exe"
124124
else
125125
release_binary_suffix="tar.xz"
126126
fi

0 commit comments

Comments
 (0)