Skip to content

Commit ffab7c9

Browse files
committed
Publisher: set user/repo
1 parent 624d1b6 commit ffab7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/LuxCoreWheels
46+
gh release download ${{ 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)