Skip to content

Commit 2691350

Browse files
authored
ci: fix artifact key name after moving to other workflow (#5471)
1 parent a7b9459 commit 2691350

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- "scripts/assemble-xcframework.sh"
1919
- ".github/workflows/build-xcframework-variant-slices.yml"
2020
- ".github/workflows/assemble-xcframework-variant.yml"
21+
- ".github/workflows/ui-tests-common.yml"
2122
- Samples/macOS-SPM-CommandLine/**
2223
- Samples/SPM-Dynamic/**
2324

.github/workflows/ui-tests-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: ${{ inputs.needs_xcframework }}
7272
uses: actions/download-artifact@v4
7373
with:
74-
name: xcframework-${{github.sha}}-sentry-static-uitests
74+
name: xcframework-${{github.sha}}-sentry-static
7575
path: Carthage/
7676

7777
- name: Unzip XCFramework

0 commit comments

Comments
 (0)