Skip to content

Commit 196c3de

Browse files
committed
fix syntax issue
1 parent c356513 commit 196c3de

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
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
artifacts=()
6565
if [[ ${{ github.event_name }} == "pull_request" ]];
66-
artifacts = ("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
66+
artifacts=("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
6767
else
6868
if [[ ${{ inputs.build_jax }} == "1" ]]; then
6969
artifacts+="jax"

0 commit comments

Comments
 (0)