From: Daniel Bevenius Date: Wed, 5 Mar 2025 09:22:29 +0000 (+0100) Subject: ci : fix xcframework artifact tag (#12191) X-Git-Tag: upstream/0.0.4853~26 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fa31c438e0e709242ab7334d26fc3be3dcda07a0;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix xcframework artifact tag (#12191) The commit add the name parameter to the upload-artifact action to ensure that the artifact is uploaded with the correct name. The motivation for this is that currently the uploaded xcframework is named as llama-b1-xcframework.zip. With this change the name of this artifact should contain the build number like the other artifacts. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad6b33d9..65f068a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1368,6 +1368,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: llama-${{ steps.tag.outputs.name }}-xcframework.zip + name: llama-${{ steps.tag.outputs.name }}-xcframework android-build: runs-on: ubuntu-latest