Skip to content

Commit

Permalink
Zip XcFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 10, 2024
1 parent 81253a8 commit 84d6352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-with-kmm-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:


- name: Zip XCFramework
run: zip -r ${steps.autoversion.outputs.nextVersion}.zip /Users/runner/work/janus-message-sdk/janus-message-sdk/shared/build/cocoapods/publish/release
run: zip -r ${{ steps.autoversion.outputs.nextVersion }}.zip /Users/runner/work/janus-message-sdk/janus-message-sdk/shared/build/cocoapods/publish/release

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 84d6352

Please sign in to comment.