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 68d9f51 commit 81253a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-with-kmm-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: ${steps.autoversion.outputs.nextVersion}
path: ${steps.autoversion.outputs.nextVersion}.zip
name: ${{ steps.autoversion.outputs.nextVersion }}
path: ${{ steps.autoversion.outputs.nextVersion }}.zip

env:
PODSPEC_SSH_KEY_EXISTS: ${{ secrets.PODSPEC_SSH_KEY != ''}}
Expand Down

0 comments on commit 81253a8

Please sign in to comment.