diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55092c21e675564440effe043a7a2c22cdde2406..48e753579996832fdd641e74e4114621431e7da2 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