Skip to content

Commit

Permalink
ci: fix bad env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rperryng committed Jul 10, 2024
1 parent 78c120c commit 0828ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
K6_RELEASE_ARTIFACT_URL:
https://github.com/grafana/k6/releases/download/v0.37.0/k6-v0.37.0-linux-amd64.tar.gz
run: curl "${K6_RELEASE_URL}" -L | tar xvz --strip-components 1
run: curl "${K6_RELEASE_ARTIFACT_URL}" -L | tar xvz --strip-components 1

- name: Run Benchmark
working-directory: ./k6
Expand Down

0 comments on commit 0828ade

Please sign in to comment.