[MM-35581] Rename arm64 to m1 (#1620) (#1623)

* add rename

* remove check so we can test it

* revert testing changes

Co-authored-by: = <=>
This commit is contained in:
Guillermo Vayá 2021-06-09 11:17:32 +02:00 committed by GitHub
parent 5c0e2ef355
commit 9f82808199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,6 +222,15 @@ jobs:
os: mac os: mac
path: ./dist/macos-release path: ./dist/macos-release
subpath: ./macos-release/ subpath: ./macos-release/
- run:
name: Get rename without brew as it might fail
command: curl -L https://github.com/ap/rename/archive/v1.601.tar.gz --output rename.tgz
- run:
name: extract rename
command: tar -xzf rename.tgz
- run:
name: rename arm64 to m1
command: ./rename-1.601/rename 's/arm64/m1/' release/*
store_artifacts: store_artifacts:
executor: wine-chrome executor: wine-chrome