Update .github/workflows/release.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Fukusuke Takahashi
2025-05-11 08:35:55 +09:00
committed by GitHub
parent 02f88cb309
commit 72667822f5

View File

@@ -40,7 +40,7 @@ jobs:
id: set_artifact_name
shell: bash
run: |
echo "artifact_name=wela-${{ github.event.inputs.release_ver }}" >> $GITHUB_OUTPUT ;;
echo "artifact_name=wela-${{ github.event.inputs.release_ver }}" >> $GITHUB_OUTPUT
- name: Upload Artifacts
if: contains(matrix.info.os, 'windows') == true