Skip to content

Commit

Permalink
Update build-macos-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Faster3ck authored Jan 8, 2024
1 parent f33dce4 commit dd9c2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
file_content=$(<converseen/package/macOS/version.txt)
VERSION=$(echo "$file_content" | grep -oE '^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+')
BUILD=$(echo "$file_content" | grep -oE '[0-9]+$')
BUILD=$(echo "$file_content" | grep -oE '[0-9].$')
export LIB_DIR="${BASE_DIR}/lib"
export LOCAL_LIB="/usr/local/lib"
Expand Down

0 comments on commit dd9c2d3

Please sign in to comment.