diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61502269..59260e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,40 +67,3 @@ jobs: with: base-ref: refs/heads/main head-ref: ${{ github.ref }} - - deploy-release-snapshot: - runs-on: macos-14 - if: "github.event_name == 'push' && github.event.ref == 'refs/heads/main'" - needs: - - check - steps: - - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - - name: Set up JDK - uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 - with: - distribution: temurin - java-version: 18 - - - name: Setup Gradle - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 - with: - cache-read-only: ${{ github.ref != 'refs/heads/main' }} - gradle-home-cache-cleanup: true - add-job-summary: always - dependency-graph: generate-and-submit - - - name: Build release APK - run: | - ./scripts/setup-age.sh - ./scripts/signing-setup.sh "$AGE_SECRET_KEY" - - ./gradlew --no-configuration-cache --stacktrace collectReleaseApks - - ./scripts/signing-cleanup.sh - ./scripts/deploy-snapshot.sh - env: - AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SENTRY_DSN: ${{ secrets.SENTRY_DSN }} diff --git a/README.md b/README.md index fdada515..913017c9 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b > [!NOTE] -> Snapshots from the development branch can be obtained [here](https://github.com/msfjarvis/compose-lobsters/releases/tag/latest). -> -> They are also published in the Google Play 'Open Testing' channel, which can be opted into via this link: [[Android]](https://play.google.com/store/apps/details?id=dev.msfjarvis.claw.android) [[Web]](https://play.google.com/apps/testing/dev.msfjarvis.claw.android) +> Daily builds are published to the Google Play 'Open Testing' channel (if there are any changes), which can be opted into via this link: [[Android]](https://play.google.com/store/apps/details?id=dev.msfjarvis.claw.android) [[Web]](https://play.google.com/apps/testing/dev.msfjarvis.claw.android)