Skip to content

Commit 9f2eda6

Browse files
committed
chore: readd the fix from review that was lost
1 parent aa19e8d commit 9f2eda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-pr-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
-e "GOOS=${{ matrix.goos }}" -e "GOARCH=${{ matrix.goarch }}" \
4343
grafana/xk6 build ${{ steps.version.outputs.k6 }} \
4444
--output "dist/sm-k6-${{ matrix.goos }}-${{ matrix.goarch }}-gsm" \
45-
--with github.com/grafana/xk6-sm=.
45+
--with github.com/grafana/xk6-sm=. \
4646
--with github.com/grafana/gsm-api-go-client@64c2eb5
4747
- name: Check runner architecture
4848
id: runner-info

0 commit comments

Comments
 (0)