Skip to content

Commit fa31c43

Browse files
authored
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.
1 parent 3ccbfe5 commit fa31c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,7 @@ jobs:
13681368
uses: actions/upload-artifact@v4
13691369
with:
13701370
path: llama-${{ steps.tag.outputs.name }}-xcframework.zip
1371+
name: llama-${{ steps.tag.outputs.name }}-xcframework
13711372

13721373
android-build:
13731374
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)