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 2d519a9 commit 9a661deCopy full SHA for 9a661de
.github/workflows/semantic-release.yml
@@ -74,15 +74,15 @@ jobs:
74
75
- name: Create framework archive
76
run: |
77
- cd Sources/TSCBridge/TSCBridge.xcframework
+ cd Sources/TSCBridge
78
zip -r TSCBridge.xcframework.zip TSCBridge.xcframework/
79
cd ..
80
81
- name: Upload build artifacts
82
uses: actions/upload-artifact@v4
83
with:
84
name: TSGoBindings.xcframework
85
- path: Sources/TSGoBindings.xcframework.zip
+ path: Sources/TSCBridge/TSGoBindings.xcframework.zip
86
87
semantic-release:
88
needs: build
0 commit comments