Skip to content

Commit 6c17fb6

Browse files
committed
Path fix
1 parent 8b33f50 commit 6c17fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
with:
8787
upload_url: ${{ needs.release.outputs.upload_url }}
88-
asset_path: ./dist/${{ env.gradlib_wheel_name }}
88+
asset_path: ./gradlib/dist/${{ env.gradlib_wheel_name }}
8989
asset_name: ${{ env.gradlib_asset_name }}
9090
asset_content_type: application/*
9191

0 commit comments

Comments
 (0)