Skip to content

Commit 080e278

Browse files
authored
fix
1 parent 47f616c commit 080e278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
id: pack_artifacts
105105
run: |
106106
cp LICENSE ./build/bin/
107-
tar -czvf llama-${{ steps.tag.outputs.name }}-bin-macos-${{ matrix.build }}.tar.gz -s "s,^.$,llama-${{ steps.tag.outputs.name }}," -s ",./,llama-${{ steps.tag.outputs.name }}/," -C ./build/bin .
107+
tar -czvf llama-${{ steps.tag.outputs.name }}-bin-macos-${{ matrix.build }}.tar.gz -s ",^.$,llama-${{ steps.tag.outputs.name }}," -s ",./,llama-${{ steps.tag.outputs.name }}/," -C ./build/bin .
108108
109109
- name: Upload artifacts
110110
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)