diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1cda6a3..3ecc9b2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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