Fix missing closing bracket from SOURCE_DATE_EPOCH def in release.yml

This commit is contained in:
Debanjum Singh Solanky 2022-08-17 23:17:27 +03:00
parent 9ee02b0804
commit d25ddb93f7

View file

@ -49,7 +49,7 @@ jobs:
run: |
# Setup Environment for Reproducible Builds
export PYTHONHASHSEED=42
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct
export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)
pyinstaller --noconfirm Khoj.spec
if [ "$RUNNER_OS" == "Windows" ]; then