mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
fix(ci): drop release snapshots
This commit is contained in:
parent
5ba0c9a544
commit
e318ea3a35
2 changed files with 1 additions and 40 deletions
37
.github/workflows/ci.yml
vendored
37
.github/workflows/ci.yml
vendored
|
@ -67,40 +67,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
base-ref: refs/heads/main
|
base-ref: refs/heads/main
|
||||||
head-ref: ${{ github.ref }}
|
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 }}
|
|
||||||
|
|
|
@ -9,9 +9,7 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Snapshots from the development branch can be obtained [here](https://github.com/msfjarvis/compose-lobsters/releases/tag/latest).
|
> 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)
|
||||||
>
|
|
||||||
> 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)
|
|
||||||
|
|
||||||
<img src="https://github.com/msfjarvis/compose-lobsters/blob/main/.github/readme_feature_light.webp#gh-light-mode-only"
|
<img src="https://github.com/msfjarvis/compose-lobsters/blob/main/.github/readme_feature_light.webp#gh-light-mode-only"
|
||||||
alt="A grid of screenshots from the app, in clockwise order: the main screen, the comments page, the search page and the saved posts page"
|
alt="A grid of screenshots from the app, in clockwise order: the main screen, the comments page, the search page and the saved posts page"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue