Skip to content

Commit

Permalink
fix: moved shot binary to its own folder in the benchmark step to avo…
Browse files Browse the repository at this point in the history
…id conflicts.
  • Loading branch information
maxemiliang committed Apr 7, 2024
1 parent 947ab13 commit 75200e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarker.yml
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
shot_executable:
description: 'The SHOT executable to run'
default: ./../build/SHOT
default: ./../shot-binary/SHOT
required: false
type: string
benchmark_folder:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ${{ inputs.shot_artifact }}
path: ${{ github.workspace }}/build
path: ${{ github.workspace }}/shot-binary

- shell: bash
run: git -C shot-benchmarker pull || git clone https://github.com/maxemiliang/shot-benchmarker.git
Expand Down

0 comments on commit 75200e5

Please sign in to comment.