1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-03-20 22:50:36 +01:00

fixed filename for search_geo cron

This commit is contained in:
Damanpreet Singh 2021-10-18 18:43:36 +05:30
parent efaef4f748
commit 4c34164d2e

@ -34,7 +34,7 @@ jobs:
id: commit_sha
- name: Set file basename with format "dataset_branch_commitSHA"
shell: bash
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
run: echo "##[set-output name=basename;]$(echo ${BENCH_NAME}_${{ steps.normalized_current_branch.outputs.name }}_${{ steps.commit_sha.outputs.short }})"
id: file
# Run benchmarks