diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7159cd6222d07d97e99c56b0f1be70c438388a9..fc4361589abe727d961b0d19baf84ab6508e8f2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,10 +92,10 @@ bindings-ios: tags: - ios script: - - go get -u golang.org/x/mobile/cmd/gomobile + - go get -u golang.org/x/mobile/cmd/gomobile@76c259c465ba39f84de7e2751a666612ddca556b - 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