mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Add --noconfirm in call to pyinstaller from Github release workflow
Added just for safety, workflow works fine without it too
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
|||||||
export PYTHONHASHSEED=42
|
export PYTHONHASHSEED=42
|
||||||
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct
|
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct
|
||||||
|
|
||||||
pyinstaller Khoj.spec
|
pyinstaller --noconfirm Khoj.spec
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
mv dist/Khoj.exe dist/khoj_"$GITHUB_REF_NAME"_amd64.exe
|
mv dist/Khoj.exe dist/khoj_"$GITHUB_REF_NAME"_amd64.exe
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user