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
|
id: normalise_platform
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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"
|
echo "tag=$tag" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Normalise version tag
|
- name: Normalise version tag
|
||||||
|
|
Loading…
Reference in New Issue