chore: rename platform tag of macOS dmg from "amd64" to "intel"

This commit is contained in:
tiny-craft 2023-10-17 21:17:43 +08:00
parent 8868f37828
commit 22d3954e6f
1 changed files with 1 additions and 1 deletions

View File

@ -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