Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Feb 23, 2024
1 parent afeeedc commit 7ececc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
branches:
- main
- release/**

- test/commit-to-commit

pull_request:
paths:
- 'Sources/**'
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh 15.2
- run: make build-xcframework
- run: ./scripts/update-package-sha.sh ${{ github.ref }} ${{ github.workspace }}/Carthage/Sentry.xcframework.zip
- run: ./scripts/update-package-sha.sh ${{ github.head_ref }} ${{ github.workspace }}/Carthage/Sentry.xcframework.zip
shell: sh

- name: Archiving XCFramework.zip
Expand Down

0 comments on commit 7ececc8

Please sign in to comment.