@@ -12,8 +12,6 @@ defaults:
12
12
13
13
permissions :
14
14
contents : read
15
- id-token : write
16
- attestations : write
17
15
18
16
jobs :
19
17
goreleaser-macos :
64
62
AC_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
65
63
CODESIGN_IDENTITY : 51049B247B25B3119FAE7E9C0CC4375A43E47237
66
64
67
- - name : Attest binary
68
- uses : actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
69
- with :
70
- subject-path : " dist/orbit-macos_darwin_all/orbit"
71
-
72
65
- name : Upload
73
66
uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
74
67
with :
@@ -102,11 +95,6 @@ jobs:
102
95
- name : Run GoReleaser
103
96
run : go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-linux.yml # v2.4.4
104
97
105
- - name : Attest binary
106
- uses : actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
107
- with :
108
- subject-path : " dist/orbit_linux_amd64_v1/orbit"
109
-
110
98
- name : Upload
111
99
uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
112
100
with :
@@ -140,11 +128,6 @@ jobs:
140
128
- name : Run GoReleaser
141
129
run : go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-linux-arm64.yml # v2.4.4
142
130
143
- - name : Attest binary
144
- uses : actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
145
- with :
146
- subject-path : " dist/orbit_linux_arm64/orbit"
147
-
148
131
- name : Upload
149
132
uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
150
133
with :
@@ -178,11 +161,6 @@ jobs:
178
161
- name : Run GoReleaser
179
162
run : go run github.com/goreleaser/goreleaser/v2@606c0e724fe9b980cd01090d08cbebff63cd0f72 release --verbose --clean --skip=publish -f orbit/goreleaser-windows.yml # v2.4.4
180
163
181
- - name : Attest binary
182
- uses : actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0
183
- with :
184
- subject-path : " dist/orbit_windows_amd64_v1/orbit.exe"
185
-
186
164
- name : Upload
187
165
uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
188
166
with :
0 commit comments