Skip to content

Commit 173e43c

Browse files
Vaibhavs10hodlen
authored andcommitted
ci : fix indentation error (ggml-org#6195)
1 parent e92faab commit 173e43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Pack artifacts
123123
id: pack_artifacts
124-
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
124+
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
125125
run: |
126126
cp LICENSE ./build/bin/
127127
zip -r llama-${{ steps.tag.outputs.name }}-bin-macos-x64.zip ./build/bin/*

0 commit comments

Comments
 (0)