Explorar o código

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

fix generate output
Michael Yang hai 1 ano
pai
achega
12ec2346ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: