Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Fix #107

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
34 changes: 34 additions & 0 deletions .github/Workflow/Android.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Android CI

on:
pull_request:
branches-ignore:
- ''
push:
branches-ignore:
- ''
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11

- name: Build debug.apk
run: |
chmod +x gradlew
./gradlew assembleRelease

- name : upload apk
uses: actions/upload-artifact@v3
with:
name: app-debug
path: HMCLPE/build/outputs/apk/release/*
1 change: 1 addition & 0 deletions Fix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fixing fixing checking checking running