We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988da8e commit 1970b14Copy full SHA for 1970b14
1 file changed
.github/workflows/wheel-publisher.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
# Warning: Target release must not be in 'draft' status,
45
# otherwise gh release won't find it
46
- gh release download ${{ inputs.release-tag}} -D tmp -R LuxCoreRender/LuxCore
+ gh release download "LuxCore Wheels v${{ inputs.release-tag}}" -D tmp -R LuxCoreRender/LuxCore
47
mkdir dist
48
for d in tmp/*.zip ; do
49
echo "unzip ${d}"
0 commit comments