Skip to content

Commit

Permalink
Change how path is passed in
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 16, 2024
1 parent 902aec9 commit 52345aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
--commit-hash="${{ github.sha }}" \
--subdir="$run_id" \
--platform-substring="$platform_substring" \
--path-to-wheel-dir="~/target/wheels" \
--path-to-wheel-dir ~/target/wheels \
)
echo "wheel_name=$wheel_name" >> $GITHUB_ENV
- name: Print url of the built wheel to GitHub Actions Summary Page
Expand Down

0 comments on commit 52345aa

Please sign in to comment.