We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b9459 commit 2691350Copy full SHA for 2691350
.github/workflows/release.yml
@@ -18,6 +18,7 @@ on:
18
- "scripts/assemble-xcframework.sh"
19
- ".github/workflows/build-xcframework-variant-slices.yml"
20
- ".github/workflows/assemble-xcframework-variant.yml"
21
+ - ".github/workflows/ui-tests-common.yml"
22
- Samples/macOS-SPM-CommandLine/**
23
- Samples/SPM-Dynamic/**
24
.github/workflows/ui-tests-common.yml
@@ -71,7 +71,7 @@ jobs:
71
if: ${{ inputs.needs_xcframework }}
72
uses: actions/download-artifact@v4
73
with:
74
- name: xcframework-${{github.sha}}-sentry-static-uitests
+ name: xcframework-${{github.sha}}-sentry-static
75
path: Carthage/
76
77
- name: Unzip XCFramework
0 commit comments