Skip to content

Commit bd151a2

Browse files
authored
chore(xfer): update action working directory (#426)
Post-transfer update of action working directory. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent c5d69f9 commit bd151a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_plugin_binaries.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_darwin:
1313
defaults:
1414
run:
15-
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
15+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vmware
1616
runs-on: ubuntu-latest
1717
container:
1818
image: docker.mirror.hashicorp.services/cimg/go:1.21
@@ -29,7 +29,7 @@ jobs:
2929
build_freebsd:
3030
defaults:
3131
run:
32-
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
32+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vmware
3333
runs-on: ubuntu-latest
3434
container:
3535
image: docker.mirror.hashicorp.services/cimg/go:1.21
@@ -50,7 +50,7 @@ jobs:
5050
build_linux:
5151
defaults:
5252
run:
53-
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
53+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vmware
5454
runs-on: ubuntu-latest
5555
container:
5656
image: docker.mirror.hashicorp.services/cimg/go:1.21
@@ -75,7 +75,7 @@ jobs:
7575
build_netbsd:
7676
defaults:
7777
run:
78-
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
78+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vmware
7979
runs-on: ubuntu-latest
8080
container:
8181
image: docker.mirror.hashicorp.services/cimg/go:1.21
@@ -96,7 +96,7 @@ jobs:
9696
build_openbsd:
9797
defaults:
9898
run:
99-
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
99+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vmware
100100
runs-on: ubuntu-latest
101101
container:
102102
image: docker.mirror.hashicorp.services/cimg/go:1.21
@@ -117,7 +117,7 @@ jobs:
117117
build_solaris:
118118
defaults:
119119
run:
120-
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
120+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vmware
121121
runs-on: ubuntu-latest
122122
container:
123123
image: docker.mirror.hashicorp.services/cimg/go:1.21
@@ -130,7 +130,7 @@ jobs:
130130
build_windows:
131131
defaults:
132132
run:
133-
working-directory: ~/go/src/github.com/hashicorp/packer-plugin-vmware
133+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vmware
134134
runs-on: ubuntu-latest
135135
container:
136136
image: docker.mirror.hashicorp.services/cimg/go:1.21

0 commit comments

Comments
 (0)