We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4b3db commit e75c692Copy full SHA for e75c692
.github/workflows/build-xc-matrix-entry.yml
@@ -44,12 +44,12 @@ jobs:
44
uses: actions/upload-artifact@v6
45
with:
46
name: ${{ inputs.artifact-name }}-debug.xcframework
47
- path: ${{ inputs.name }}/build/XCFrameworks/debug/
+ path: ${{ inputs.module }}/build/XCFrameworks/debug/
48
if-no-files-found: error
49
50
- name: Upload release XCFramework
51
52
53
name: ${{ inputs.artifact-name }}-release.xcframework
54
- path: ${{ inputs.name }}/build/XCFrameworks/release/
+ path: ${{ inputs.module }}/build/XCFrameworks/release/
55
0 commit comments