Skip to content

chore: change articles on home to latest articles #12

chore: change articles on home to latest articles

chore: change articles on home to latest articles #12

Workflow file for this run

name: Android CI
on:
push:
branches:
- main
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4.2.1
with:
java-version: '17'
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Upload APK to GitHub Actions
uses: actions/upload-artifact@v4.3.3
with:
name: app-release.apk
path: app/build/outputs/apk/debug/app-debug.apk