mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-19 17:28:09 +02:00
ci : add zip extension to xcframework artifact name (#3120)
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.
This commit is contained in:
parent
09846f4e12
commit
9b584b0cc0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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' ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user