diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6885ef5f..138f496b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: Configure Keystore run: | mkdir -p ~/.android - cp keystore.properties ~/.android/keystore.properties + cp sidekick/keystore.properties ~/.android/keystore.properties - name: Cache Gradle packages uses: actions/cache@v3