chore: update workflows
This commit is contained in:
parent
d2e3392283
commit
006f3b2a05
|
@ -34,7 +34,7 @@ jobs:
|
||||||
id: normalise_platform_name
|
id: normalise_platform_name
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pname=$(echo ${{ matrix.platform }} | sed -e 's/\//_/g')
|
pname=$(echo "${{ matrix.platform }}" | sed 's/windows\///g')
|
||||||
echo "pname=$pname" >> "$GITHUB_OUTPUT"
|
echo "pname=$pname" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Normalise version tag
|
- name: Normalise version tag
|
||||||
|
|
Loading…
Reference in New Issue