diff options
author | Vaibhav Srivastav <vaibhavs10@gmail.com> | 2024-03-21 10:30:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 11:30:40 +0200 |
commit | 1943c0198125a0da1a200390e82cf461f9080d99 (patch) | |
tree | 745f5cee5f54fcadf1818a2a2589769ac2e707f4 | |
parent | 5e43ba87429d85acbde97d16b2f48d9de992cc80 (diff) |
ci : fix indentation error (#6195)
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 334a4882..0f68e4cc 100644 --- a/.github/workflows/build.yml +++ b/.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/* |