chore: update workflows

This commit is contained in:
Lykin 2024-03-19 23:20:05 +08:00
parent d2e3392283
commit 006f3b2a05
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
id: normalise_platform_name
shell: bash
run: |
pname=$(echo ${{ matrix.platform }} | sed -e 's/\//_/g')
pname=$(echo "${{ matrix.platform }}" | sed 's/windows\///g')
echo "pname=$pname" >> "$GITHUB_OUTPUT"
- name: Normalise version tag