Skip to content

Commit 8b43482

Browse files
committed
try fix
1 parent ab1ae97 commit 8b43482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
artifacts=()
7373
if [[ ${{ github.event_name }} == "pull_request" ]]; then
74-
artifacts=("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
74+
artifacts=("'jax'" ", 'jaxlib'" ", 'jax-cuda-pjrt'" ", 'jax-cuda-plugin'")
7575
else
7676
if [[ ${${{ inputs.build_jax }}:-0} == "1" ]]; then
7777
artifacts+="'jax'"

0 commit comments

Comments
 (0)