From 22a30a4236d8986fb3bfe23ec5b76bbee4f8122c Mon Sep 17 00:00:00 2001
From: Sydney Anne Erickson <sydney@elixxir.io>
Date: Tue, 13 Jul 2021 16:51:24 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55092c21e..48e753579 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,7 +95,7 @@ bindings-ios:
     - go get -u golang.org/x/mobile/cmd/gomobile
     - gomobile bind -target ios gitlab.com/elixxir/client/bindings
     - ls
-    - zip -r iOS.zip Bindings.framework
+    - zip -r iOS.zip Bindings.xcframework
   artifacts:
     paths:
       - iOS.zip
-- 
GitLab