Skip to content

Commit 1970b14

Browse files
authored
Update wheel-publisher.yml - release name
1 parent 988da8e commit 1970b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel-publisher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
# Warning: Target release must not be in 'draft' status,
4545
# otherwise gh release won't find it
46-
gh release download ${{ inputs.release-tag}} -D tmp -R LuxCoreRender/LuxCore
46+
gh release download "LuxCore Wheels v${{ inputs.release-tag}}" -D tmp -R LuxCoreRender/LuxCore
4747
mkdir dist
4848
for d in tmp/*.zip ; do
4949
echo "unzip ${d}"

0 commit comments

Comments
 (0)