File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ bindistInfos =
378378 ref = " master" ,
379379 jobName = " x86_64-linux" ,
380380 artifactPath = " dist/wasi-sdk-25.0-x86_64-linux.tar.gz" ,
381- pipelineFilter = [( " status " , Just " success " ) ]
381+ pipelineFilter = []
382382 }
383383 },
384384 (,)
@@ -391,8 +391,8 @@ bindistInfos =
391391 projectId = 3212 ,
392392 ref = " master" ,
393393 jobName = " aarch64-darwin" ,
394- artifactPath = " dist/wasi-sdk-25.0-x86_64 -macos.tar.gz" ,
395- pipelineFilter = [( " status " , Just " success " ) ]
394+ artifactPath = " dist/wasi-sdk-25.0-arm64 -macos.tar.gz" ,
395+ pipelineFilter = []
396396 }
397397 },
398398 (,)
@@ -406,7 +406,7 @@ bindistInfos =
406406 ref = " master" ,
407407 jobName = " x86_64-darwin" ,
408408 artifactPath = " dist/wasi-sdk-25.0-x86_64-macos.tar.gz" ,
409- pipelineFilter = [( " status " , Just " success " ) ]
409+ pipelineFilter = []
410410 }
411411 },
412412 (,)
@@ -420,7 +420,7 @@ bindistInfos =
420420 ref = " master" ,
421421 jobName = " aarch64-linux" ,
422422 artifactPath = " dist/wasi-sdk-25.0-aarch64-linux.tar.gz" ,
423- pipelineFilter = [( " status " , Just " success " ) ]
423+ pipelineFilter = []
424424 }
425425 },
426426 (,)
You can’t perform that action at this time.
0 commit comments