@@ -277,11 +277,11 @@ blobs:
277
277
extra_files :
278
278
- glob : ./dist/default_darwin_amd64_v1/bin/step
279
279
name_template : step_{{ .Version }}_darwin_amd64
280
- - glob : ./dist/default_darwin_arm64_v8.0 /bin/step
280
+ - glob : ./dist/default_darwin_arm64* /bin/step
281
281
name_template : step_{{ .Version }}_darwin_arm64
282
282
- glob : ./dist/default_linux_amd64_v1/bin/step
283
283
name_template : step_{{ .Version }}_linux_amd64
284
- - glob : ./dist/default_linux_arm64_v8.0 /bin/step
284
+ - glob : ./dist/default_linux_arm64* /bin/step
285
285
name_template : step_{{ .Version }}_linux_arm64
286
286
- glob : ./dist/default_windows_amd64_v1/bin/step.exe
287
287
name_template : step_{{ .Version }}_windows_amd64.exe
@@ -297,11 +297,11 @@ blobs:
297
297
extra_files :
298
298
- glob : ./dist/default_darwin_amd64_v1/bin/step
299
299
name_template : step_latest_darwin_amd64
300
- - glob : ./dist/default_darwin_arm64_v8.0 /bin/step
300
+ - glob : ./dist/default_darwin_arm64* /bin/step
301
301
name_template : step_latest_darwin_arm64
302
302
- glob : ./dist/default_linux_amd64_v1/bin/step
303
303
name_template : step_latest_linux_amd64
304
- - glob : ./dist/default_linux_arm64_v8.0 /bin/step
304
+ - glob : ./dist/default_linux_arm64* /bin/step
305
305
name_template : step_latest_linux_arm64
306
306
- glob : ./dist/default_windows_amd64_v1/bin/step.exe
307
307
name_template : step_latest_windows_amd64.exe
0 commit comments