Skip to content

Commit 3608906

Browse files
committed
chore: use fully qualified package name
1 parent 6285eea commit 3608906

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
@@ -33,7 +33,7 @@ jobs:
3333
-e "GOOS=${{ matrix.goos }}" -e "GOARCH=${{ matrix.goarch }}" \
3434
grafana/xk6 build ${{ steps.version.outputs.k6 }} \
3535
--output "dist/sm-k6-${{ matrix.goos }}-${{ matrix.goarch }}" \
36-
--with sm=.
36+
--with github.com/grafana/xk6-sm=.
3737
- name: Check runner architecture
3838
id: runner-info
3939
run: |-

0 commit comments

Comments
 (0)