File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
7
7
on :
8
8
push :
9
9
branches :
10
- - main
10
+ - main
11
11
jobs :
12
12
build_darwin :
13
13
defaults :
@@ -17,12 +17,12 @@ jobs:
17
17
container :
18
18
image : docker.mirror.hashicorp.services/cimg/go:1.21
19
19
steps :
20
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
21
- - uses : " ./.github/actions/build-and-persist-plugin-binary"
22
- with :
23
- GOOS : darwin
24
- GOARCH : amd64
25
- - uses : " ./.github/actions/build-and-persist-plugin-binary"
26
- with :
27
- GOOS : darwin
28
- GOARCH : arm64
20
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
21
+ - uses : ' ./.github/actions/build-and-persist-plugin-binary'
22
+ with :
23
+ GOOS : darwin
24
+ GOARCH : amd64
25
+ - uses : ' ./.github/actions/build-and-persist-plugin-binary'
26
+ with :
27
+ GOOS : darwin
28
+ GOARCH : arm64
You can’t perform that action at this time.
0 commit comments