Skip to content

Commit

Permalink
correct libs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Apr 27, 2024
1 parent dcf0c46 commit 05d840a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Pack artifacts
id: pack_artifacts
run: |
zip -j undreamai-${{ env.VERSION }}-llamacpp-${{ env.LLAMACPP_VERSION }}-linux-${{ matrix.build }}.zip build/licenses/* `ls libs/*|grep -v server`
zip -j undreamai-${{ env.VERSION }}-llamacpp-${{ env.LLAMACPP_VERSION }}-linux-${{ matrix.build }}.zip build/licenses/* `ls build/libs/*|grep -v server`
- name: Copy and pack Cuda runtime
if: startsWith(matrix.build, 'cuda')
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
id: pack_artifacts
run: |
ls -R build
zip -j undreamai-${{ env.VERSION }}-llamacpp-${{ env.LLAMACPP_VERSION }}-macos-arm64.zip build/licenses/* `ls libs/*|grep -v server`
zip -j undreamai-${{ env.VERSION }}-llamacpp-${{ env.LLAMACPP_VERSION }}-macos-arm64.zip build/licenses/* `ls build/libs/*|grep -v server`
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
id: pack_artifacts
run: |
ls -R build
zip -j undreamai-${{ env.VERSION }}-llamacpp-${{ env.LLAMACPP_VERSION }}-macos-x64.zip build/licenses/* `ls libs/*|grep -v server`
zip -j undreamai-${{ env.VERSION }}-llamacpp-${{ env.LLAMACPP_VERSION }}-macos-x64.zip build/licenses/* `ls build/libs/*|grep -v server`
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 05d840a

Please sign in to comment.