Apply suggestion

Co-authored-by: Mohamed Daahir <sharaf.13@hotmail.com>
This commit is contained in:
Shun Sakai 2024-04-29 10:45:58 +09:00 committed by GitHub
parent c48eca1f6a
commit c8008582ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ jobs:
else
bin="target/${{ matrix.job.target }}/release/xh"
fi
staging="xh-${GITHUB_REF_NAME}-${{ matrix.job.target }}"
staging="xh-${{ github.ref_name }}-${{ matrix.job.target }}"
mkdir -p "$staging"/{doc,completions}
cp LICENSE README.md $bin $staging