Skip to content

Commit e75c692

Browse files
committed
Fix buildXC input argument name
1 parent 8a4b3db commit e75c692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-xc-matrix-entry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
uses: actions/upload-artifact@v6
4545
with:
4646
name: ${{ inputs.artifact-name }}-debug.xcframework
47-
path: ${{ inputs.name }}/build/XCFrameworks/debug/
47+
path: ${{ inputs.module }}/build/XCFrameworks/debug/
4848
if-no-files-found: error
4949

5050
- name: Upload release XCFramework
5151
uses: actions/upload-artifact@v6
5252
with:
5353
name: ${{ inputs.artifact-name }}-release.xcframework
54-
path: ${{ inputs.name }}/build/XCFrameworks/release/
54+
path: ${{ inputs.module }}/build/XCFrameworks/release/
5555
if-no-files-found: error

0 commit comments

Comments
 (0)