mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-30 19:03:01 +01: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:
parent
7cf345a138
commit
9ee02b0804
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue