Skip to content

Commit

Permalink
Add core version to build-binaries workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Mar 22, 2024
1 parent 33a1eee commit 6eeb0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 6eeb0be

Please sign in to comment.