Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
hesto2 committed Nov 21, 2024
1 parent 41288ad commit 009e3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function main() {
# Create the release bundle.
*)
local tag="${TAG:-$(date '+%Y-%m-%d_%H%M')}"
local py_version = "${PY_VERSION}"
local py_version="${PY_VERSION}"
local project="$(realpath ${CWD}/..)"
local bundle="${bundle_base}-${tag}-${py_version}"
local destdir="${target_path}/${bundle}"
Expand Down

0 comments on commit 009e3e2

Please sign in to comment.