Skip to content

Commit

Permalink
Fix build-full-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Sep 11, 2020
1 parent c123bc2 commit f57f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make-full-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
script_path=$(realpath $0)
build_path=$(dirname $script_path)
repo_path=$(dirname $build_path)
pkg_version=$(grep -Poi '\d+.\d+.\d+' $repo_path/core/session.py)
pkg_version=$(grep -Poi '\d+\.\d+\.\d+' $repo_path/core/session.py)
tar_name=$(echo pacback-$pkg_version-SOURCE.tar)
zst_name=$(echo pacback-$pkg_version-SOURCE.tar.zst)
base_path='/tmp/pacback'
Expand Down

0 comments on commit f57f610

Please sign in to comment.