Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgzlopes authored Oct 27, 2021
1 parent 1cdf79d commit ce8709a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install xk6
run: go install go.k6.io/xk6/cmd/xk6@latest
- name: Build a new k6 binary with the remote write extension
run: xk6 build --with github.com/grafana/xk6-client-prometheus-remote@latest
run: xk6 build --with github.com/grafana/xk6-remote-write="$PWD/../xk6-client-prometheus-remote"
- name: Change permissions of the binary
run: chmod +x k6
- name: Duplicate binary
Expand Down

0 comments on commit ce8709a

Please sign in to comment.