[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): keystore path

+3 -3
+3 -3
.github/workflows/android-internal-release.yml
··· 16 16 17 17 jobs: 18 18 build: 19 - runs-on: ubuntu-latest 19 + runs-on: blacksmith-4vcpu-ubuntu-2404 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: "keystore/upload_key.jks" 49 + fileName: "android/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=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