ci : fix arm upload artifacts

This commit is contained in:
Georgi Gerganov 2025-02-22 13:53:39 +02:00
parent 5fa07c2f93
commit 3f683b4088
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 8 additions and 3 deletions

View File

@ -175,7 +175,12 @@ jobs:
ubuntu-cpu-cmake:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-22.04-arm]
include:
- build: 'x64'
os: ubuntu-22.04
- build: 'arm64'
os: ubuntu-22.04-arm
runs-on: ${{ matrix.os }}
steps:
@ -248,8 +253,8 @@ jobs:
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
uses: actions/upload-artifact@v4
with:
path: llama-${{ steps.tag.outputs.name }}-bin-ubuntu-x64.zip
name: llama-bin-ubuntu-x64.zip
path: llama-${{ steps.tag.outputs.name }}-bin-ubuntu-${{ matrix.build }}.zip
name: llama-bin-ubuntu-${{ matrix.build }}.zip
ubuntu-latest-cmake-sanitizer:
runs-on: ubuntu-latest