diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 6a17bc8d17..376b8e4bdb 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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