[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): restore

+4 -8
+4 -8
.github/workflows/android-internal-release.yml
··· 16 16 17 17 jobs: 18 18 build: 19 - runs-on: blacksmith-4vcpu-ubuntu-2404 19 + runs-on: ubuntu-latest 20 20 21 21 steps: 22 22 - name: Checkout code ··· 46 46 - name: Setup keys 47 47 uses: timheuer/base64-to-file@v1 48 48 with: 49 - fileName: "android/keystore/upload_key.jks" 49 + fileName: "keystore/upload_key.jks" 50 50 encodedString: ${{ secrets.SIGNING_KEY_BASE64 }} 51 51 52 52 - name: Setup env ··· 67 67 68 68 - name: Configure Keystore 69 69 run: | 70 - echo "storeFile=keystore/upload_key.jks" >> key.properties 70 + echo "storeFile=/home/runner/work/_temp/keystore/upload_key.jks" >> key.properties 71 71 echo "storePassword=${{ secrets.SIGNING_STORE_PASSWORD }}" >> key.properties 72 72 echo "keyAlias=${{ secrets.SIGNING_KEY_ALIAS }}" >> key.properties 73 73 echo "keyPassword=${{ secrets.SIGNING_KEY_PASSWORD }}" >> key.properties 74 74 working-directory: android 75 75 76 - - name: Stop Gradle daemons 77 - run: | 78 - cd android && ./gradlew --stop || true 79 - 80 76 - name: Build PlayStore AAB 81 77 env: 82 78 POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }} ··· 89 85 serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} 90 86 packageName: so.sprk.app 91 87 releaseFiles: build/app/outputs/bundle/release/app-release.aab 92 - track: internal 88 + track: internal