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

* 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 10:57:45 +02:00
committed by GitHub
parent fa363d7db8
commit 92906248ba

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