]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : add zip extension to xcframework artifact name (#3120)
authorDaniel Bevenius <redacted>
Wed, 7 May 2025 10:02:29 +0000 (12:02 +0200)
committerGitHub <redacted>
Wed, 7 May 2025 10:02:29 +0000 (12:02 +0200)
This commit add the .zip extension to the xcframework artifact name in
the GitHub Actions workflow.

The motivation for this that the release job will look for .zip files
and will not find the xcframework artifact without the extension, and
hence will not upload it to the release.

.github/workflows/build.yml

index bc66d1d9160394de84bceb79667325b5abf53cdc..316572bb53f4821c29ad7ac6588ba8c31f7a4c2f 100644 (file)
@@ -964,7 +964,7 @@ jobs:
         uses: actions/upload-artifact@v4
         with:
           path: whisper-${{ needs.determine-tag.outputs.tag_name }}-xcframework.zip
-          name: whisper-${{ needs.determine-tag.outputs.tag_name }}-xcframework
+          name: whisper-${{ needs.determine-tag.outputs.tag_name }}-xcframework.zip
 
   android:
     if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||