From 81253a84e30cf2f49dad1afef5f2dbce764524bd Mon Sep 17 00:00:00 2001 From: isaacakakpo1 Date: Sun, 10 Mar 2024 12:33:15 +0000 Subject: [PATCH] Zip XcFramework --- .github/workflows/deploy-with-kmm-bridge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-with-kmm-bridge.yml b/.github/workflows/deploy-with-kmm-bridge.yml index 214d11e..ecc7385 100644 --- a/.github/workflows/deploy-with-kmm-bridge.yml +++ b/.github/workflows/deploy-with-kmm-bridge.yml @@ -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 != ''}}