mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-23 14:58:04 +08:00
chore: update workflows
This commit is contained in:
parent
d2e3392283
commit
006f3b2a05
2
.github/workflows/release-windows.yaml
vendored
2
.github/workflows/release-windows.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user