How to cache Carthage dependencies

Hi @viktorbenei, the Cache doesn’t work for us since version 2.0.0 was released yesterday.

Specifically, here’s what we are doing on Cache:Push:

$BITRISE_CACHE_DIR

./Pods -> ./Podfile.lock
./Carthage -> ./Carthage/Cachefile
./Carthage/Build

$HOME/.gradle
./.gradle

We are using Carthage and everything worked until version 1.1.4. Here’s our Carthage command:

carthage bootstrap --platform ios --cache-builds

I couldn’t find any info on what really changed in the release notes. So what are we doing wrong?