From 2e3d2570c0d5041e9cd40a50745eb813ed21a2f6 Mon Sep 17 00:00:00 2001 From: Andreas Bauer Date: Wed, 14 Feb 2024 14:46:57 -0800 Subject: [PATCH] Fix result bundle names --- .github/workflows/build-and-test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c8b9d69..b4e1271 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -20,9 +20,10 @@ jobs: name: Build and Test Swift Package iOS uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 with: - artifactname: XCTRuntimeAssertions-iOS.xcresult runsonlabels: '["macOS", "self-hosted"]' scheme: XCTRuntimeAssertions + resultBundle: XCTRuntimeAssertions-iOS.xcresult + artifactname: XCTRuntimeAssertions-iOS.xcresult buildandtest_watchos: name: Build and Test Swift Package watchOS uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 @@ -37,7 +38,6 @@ jobs: uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 with: runsonlabels: '["macOS", "self-hosted"]' - xcodeversion: latest scheme: XCTRuntimeAssertions destination: 'platform=visionOS Simulator,name=Apple Vision Pro' resultBundle: XCTRuntimeAssertions-visionOS.xcresult @@ -47,7 +47,6 @@ jobs: uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 with: runsonlabels: '["macOS", "self-hosted"]' - xcodeversion: latest scheme: XCTRuntimeAssertions destination: 'platform=tvOS Simulator,name=Apple TV 4K (3rd generation)' resultBundle: XCTRuntimeAssertions-tvOS.xcresult @@ -57,7 +56,6 @@ jobs: uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 with: runsonlabels: '["macOS", "self-hosted"]' - xcodeversion: latest scheme: XCTRuntimeAssertions destination: 'platform=macOS,arch=arm64' resultBundle: XCTRuntimeAssertions-macOS.xcresult