We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624d1b6 commit ffab7c9Copy full SHA for ffab7c9
.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/LuxCoreWheels
+ gh release download ${{ 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