]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix indentation error (#6195)
authorVaibhav Srivastav <redacted>
Thu, 21 Mar 2024 09:30:40 +0000 (10:30 +0100)
committerGitHub <redacted>
Thu, 21 Mar 2024 09:30:40 +0000 (11:30 +0200)
.github/workflows/build.yml

index 334a48824b33af0749815ac8c04f5bb384f53b1f..0f68e4cc382bdb025896f693dfa506b8b293e44d 100644 (file)
@@ -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/*