Skip to content

Commit db0a261

Browse files
Fix build for windows
1 parent adb2289 commit db0a261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
poetry run pyinstaller `
134134
--distpath ./${BUILD_FILE_NAME} `
135135
./operator.spec;
136-
./${BUILD_FILE_NAME}/operator --help;
136+
./${BUILD_FILE_NAME}/operator.exe --help;
137137
$ZIP_FILE_NAME = $BUILD_FILE_NAME + ".zip"
138138
Compress-Archive -Path $BUILD_FILE_NAME_PATH -DestinationPath $ZIP_FILE_NAME
139139
mkdir \tmp\artifacts

0 commit comments

Comments
 (0)