This commit is contained in:
Kwitsch 2024-04-12 16:19:36 +00:00
parent 26e7a35bdb
commit 0dc68816dd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
run: |
if [[ "${{ inputs.goos }}" == "windows" && "${{ inputs.goarch }}" == "arm" ]] || \
[[ "${{ inputs.goos }}" == "windows" && "${{ inputs.goarch }}" == "arm64" ]]; then
echo "::error title='Unsupported input'::Combination goos=windows goarch=${{ inputs.goarch }} is not supported" \
echo "Unsupported input: Combination goos=windows goarch=${{ inputs.goarch }} is not supported" \
>> $GITHUB_STEP_SUMMARY
exit 1
fi