浏览代码

Merge pull request #3442 from ollama/mxyng/generate-output

fix generate output
Michael Yang 1 年之前
父节点
当前提交
12ec2346ef
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/test.yaml

+ 1 - 0
.github/workflows/test.yaml

@@ -12,6 +12,7 @@ jobs:
   changes:
     runs-on: ubuntu-latest
     outputs:
+      GENERATE: ${{ steps.changes.outputs.GENERATE }}
       GENERATE_CUDA: ${{ steps.changes.outputs.GENERATE_CUDA }}
       GENERATE_ROCM: ${{ steps.changes.outputs.GENERATE_ROCM }}
     steps: