From 6eeb0be70c002aeccb2ca48d2e6b0373284c361b Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Fri, 22 Mar 2024 19:26:10 +0100 Subject: [PATCH] Add core version to build-binaries workflow --- .github/workflows/build-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 1a6753f145..5dd1529f01 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -11,7 +11,7 @@ on: jobs: build-packages: runs-on: macos-14 - name: Build for ${{ matrix.target }} + name: Build Core ${{ inputs.core-version }} for ${{ matrix.target }} outputs: core-version: ${{ steps.get-core-version.outputs.version }} strategy: @@ -65,7 +65,7 @@ jobs: combine-xcframework: runs-on: macos-14 - name: Combine xcframework + name: Publish xcframework for Core ${{ inputs.core-version }} environment: name: Prebuilds url: ${{ steps.upload-to-s3.outputs.url }}