Skip to content

Commit

Permalink
Fix shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Mar 13, 2024
1 parent 7eb0fea commit 5167648
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
combine-xcframework:
runs-on: macos-14
name: Combine xcframework
environment: Prebuilds
environment:
name: Prebuilds
url: ${{ steps.upload-to-s3.outputs.url }}
needs:
- build-packages
steps:
Expand Down Expand Up @@ -105,5 +107,5 @@ jobs:
run: |
s3_folder="static.realm.io/downloads/core/${{ needs.build-packages.outputs.core-version }}/cocoa/"
aws s3 sync --acl public-read . "s3://$s3_folder"
echo "url=https://$s3_folder/realm-monorepo-xcframework-${{ needs.build-packages.outputs.core-version }}.tar.xz >> $GITHUB_OUTPUT
echo "url=https://$s3_folder/realm-monorepo-xcframework-${{ needs.build-packages.outputs.core-version }}.tar.xz" >> $GITHUB_OUTPUT
working-directory: release

0 comments on commit 5167648

Please sign in to comment.