We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb2289 commit db0a261Copy full SHA for db0a261
1 file changed
.github/workflows/release.yaml
@@ -133,7 +133,7 @@ jobs:
133
poetry run pyinstaller `
134
--distpath ./${BUILD_FILE_NAME} `
135
./operator.spec;
136
- ./${BUILD_FILE_NAME}/operator --help;
+ ./${BUILD_FILE_NAME}/operator.exe --help;
137
$ZIP_FILE_NAME = $BUILD_FILE_NAME + ".zip"
138
Compress-Archive -Path $BUILD_FILE_NAME_PATH -DestinationPath $ZIP_FILE_NAME
139
mkdir \tmp\artifacts
0 commit comments