Try out xcbeautify and fix missing artifacts (#7824)

This commit is contained in:
Dzmitry Neviadomski
2025-11-24 02:01:48 +03:00
committed by GitHub
parent c8b3fb41ae
commit aa08c28cb1

View File

@@ -335,17 +335,19 @@ jobs:
echo '${{ toJSON(needs) }}'
echo '${{ toJSON(runner) }}'
sw_vers
- name: Get Dependencies
run: brew install --formulae xcbeautify
- name: Get Source
uses: actions/checkout@v4
with:
path: src
submodules: recursive
- name: Build
run: xcodebuild -project src/Transmission.xcodeproj
run: set -o pipefail && xcodebuild -project src/Transmission.xcodeproj -scheme Transmission -configuration 'Release - Debug' -derivedDataPath pfx ONLY_ACTIVE_ARCH=NO build | xcbeautify --renderer github-actions
- uses: actions/upload-artifact@v4
with:
name: binaries-${{ github.job }}
path: pfx/**/*
path: pfx/Build/Products/**/Transmission.app*
macos-26-arm64:
runs-on: macos-26