Skip to content

Commit 9a661de

Browse files
committed
fix gha ii
1 parent 2d519a9 commit 9a661de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ jobs:
7474
7575
- name: Create framework archive
7676
run: |
77-
cd Sources/TSCBridge/TSCBridge.xcframework
77+
cd Sources/TSCBridge
7878
zip -r TSCBridge.xcframework.zip TSCBridge.xcframework/
7979
cd ..
8080
8181
- name: Upload build artifacts
8282
uses: actions/upload-artifact@v4
8383
with:
8484
name: TSGoBindings.xcframework
85-
path: Sources/TSGoBindings.xcframework.zip
85+
path: Sources/TSCBridge/TSGoBindings.xcframework.zip
8686

8787
semantic-release:
8888
needs: build

0 commit comments

Comments
 (0)