chore: rename platform tag of macOS dmg from "amd64" to "intel"
This commit is contained in:
parent
8868f37828
commit
22d3954e6f
|
@ -22,7 +22,7 @@ jobs:
|
|||
id: normalise_platform
|
||||
shell: bash
|
||||
run: |
|
||||
tag=$(echo ${{ matrix.platform }} | sed -e 's/\//_/g' -e 's/darwin/mac/g')
|
||||
tag=$(echo ${{ matrix.platform }} | sed -e 's/\//_/g' -e 's/darwin/mac/g' -e 's/amd64/intel/g')
|
||||
echo "tag=$tag" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Normalise version tag
|
||||
|
|
Loading…
Reference in New Issue