We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f8cf5 commit 0fcf304Copy full SHA for 0fcf304
.github/workflows/build.yml
@@ -121,7 +121,7 @@ jobs:
121
122
- name: Pack artifacts
123
id: pack_artifacts
124
- 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' }}
125
run: |
126
cp LICENSE ./build/bin/
127
zip -r llama-${{ steps.tag.outputs.name }}-bin-macos-x64.zip ./build/bin/*
0 commit comments