@@ -277,13 +277,13 @@ blobs:
277277 extra_files :
278278 - glob : ./dist/default_darwin_amd64_v1/bin/step
279279 name_template : step_{{ .Version }}_darwin_amd64
280- - glob : ./dist/default_darwin_arm64 /bin/step
280+ - glob : ./dist/default_darwin_arm64_v8.0 /bin/step
281281 name_template : step_{{ .Version }}_darwin_arm64
282282 - glob : ./dist/default_linux_amd64_v1/bin/step
283283 name_template : step_{{ .Version }}_linux_amd64
284- - glob : ./dist/default_linux_arm64 /bin/step
284+ - glob : ./dist/default_linux_arm64_v8.0 /bin/step
285285 name_template : step_{{ .Version }}_linux_arm64
286- - glob : ./dist/default_windows_arm64 /bin/step.exe
286+ - glob : ./dist/default_windows_amd64_v1 /bin/step.exe
287287 name_template : step_{{ .Version }}_windows_amd64.exe
288288 - glob : ./dist/default_freebsd_*/bin/step
289289 name_template : step_{{ .Version }}_freebsd_amd64
@@ -297,13 +297,13 @@ blobs:
297297 extra_files :
298298 - glob : ./dist/default_darwin_amd64_v1/bin/step
299299 name_template : step_latest_darwin_amd64
300- - glob : ./dist/default_darwin_arm64 /bin/step
300+ - glob : ./dist/default_darwin_arm64_v8.0 /bin/step
301301 name_template : step_latest_darwin_arm64
302302 - glob : ./dist/default_linux_amd64_v1/bin/step
303303 name_template : step_latest_linux_amd64
304- - glob : ./dist/default_linux_arm64 /bin/step
304+ - glob : ./dist/default_linux_arm64_v8.0 /bin/step
305305 name_template : step_latest_linux_arm64
306- - glob : ./dist/default_windows_arm64 /bin/step.exe
306+ - glob : ./dist/default_windows_amd64_v1 /bin/step.exe
307307 name_template : step_latest_windows_amd64.exe
308308 - glob : ./dist/default_freebsd_*/bin/step
309309 name_template : step_latest_freebsd_amd64
0 commit comments