Skip to content

Commit 552e720

Browse files
Fix Windows native build
1 parent bbf493e commit 552e720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mkdir dist
3434
3535
if [[ "$SAFE_OS_NAME" == "windows" ]]; then
36-
BIN_PATH=$(find target -type f -name "jfiletreeprettyprinter.exe")
36+
BIN_PATH=$(find target -type f -name "*.exe" | head -n 1)
3737
else
3838
BIN_PATH=$(find target -type f -name "jfiletreeprettyprinter")
3939
fi

0 commit comments

Comments
 (0)