Skip to content

Commit dcd7b15

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

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.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-vsphere
15+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vsphere
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-vsphere
32+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vsphere
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-vsphere
53+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vsphere
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-vsphere
78+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vsphere
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-vsphere
99+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vsphere
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-vsphere
120+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vsphere
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-vsphere
133+
working-directory: ~/go/src/github.com/vmware/packer-plugin-vsphere
134134
runs-on: ubuntu-latest
135135
container:
136136
image: docker.mirror.hashicorp.services/cimg/go:1.21

0 commit comments

Comments
 (0)