1
0
Эх сурвалжийг харах

ci : fix indentation error (#6195)

Vaibhav Srivastav 1 жил өмнө
parent
commit
1943c01981

+ 1 - 1
.github/workflows/build.yml

@@ -121,7 +121,7 @@ jobs:
 
       - name: Pack artifacts
         id: pack_artifacts
-          if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
+        if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
         run: |
           cp LICENSE ./build/bin/
           zip -r llama-${{ steps.tag.outputs.name }}-bin-macos-x64.zip ./build/bin/*