File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ builds:
24
24
goarch : [amd64,arm64]
25
25
hooks :
26
26
# This will notarize Apple binaries and replace goreleaser bins with the notarized ones
27
- post : ./build/package/atlascli_mac_notarize.sh
27
+ post :
28
+ - cmd : ./build/package/atlascli_mac_notarize.sh
29
+ output : true
28
30
- << : *build_defaults
29
31
id : windows
30
32
goos : [windows]
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ builds:
24
24
goarch : [amd64,arm64]
25
25
hooks :
26
26
# This will notarize Apple binaries and replace goreleaser bins with the notarized ones
27
- post : ./build/package/mongocli_mac_notarize.sh
27
+ post :
28
+ - cmd : ./build/package/mongocli_mac_notarize.sh
29
+ output : true
28
30
- << : *build_defaults
29
31
id : windows
30
32
goos : [windows]
You can’t perform that action at this time.
0 commit comments