Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join

This commit is contained in:
ozanarmagan 2023-11-23 22:23:34 +03:00
commit 9569b47cb4

View File

@ -44,9 +44,11 @@ jobs:
search_artifacts: true
workflow_conclusion: ""
if_no_artifact_found: warn
skip_unpack: true
- name: Uncompress bazel cache
run: |
unzip bazel-cache.zip
mkdir -p ~/.cache/bazel
tar_file="bazel-cache.tar.gz" && \
[ -f "$tar_file" ] && \