Skip to content

Commit

Permalink
Update test-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Feb 23, 2024
1 parent c6562f0 commit 62f4a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh 15.2
#- run: make build-xcframework
- run: echo "branch=${GITHUB_HEAD_REF}=${GITHUB_REF}}"
#- run: ./scripts/update-package-sha.sh ${{ github.head_ref }} ${{ github.workspace }}/Carthage/Sentry.xcframework.zip
- run: echo "${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
- run: ./scripts/update-package-sha.sh $GITHUB_OUTPUT ${{ github.workspace }}/Carthage/Sentry.xcframework.zip
shell: sh

0 comments on commit 62f4a3b

Please sign in to comment.