Skip to content

Commit

Permalink
Update README (#300)
Browse files Browse the repository at this point in the history
* Update README.md

* 尝试折叠作用域

* 完整的作用域

* Update README_en-US.md

但是未完整翻译

* Update README_en-US.md

* 完整的 English 翻译

* Update README_en-US.md

* Update android.yml

* Update android.yml
  • Loading branch information
lightsummer233 authored Aug 26, 2023
1 parent 9f1f141 commit a035282
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 209 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Ci Release
name: Android CI
on:
push:
branches: [ "main" ]
Expand All @@ -13,12 +13,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Build App
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-java@v3

- name: Set up JDK 19
uses: actions/setup-java@v3
with:
java-version: "19"
distribution: "temurin"
Expand Down Expand Up @@ -54,7 +57,7 @@ jobs:
if: contains(github.event.head_commit.message, '[upload]') == true
uses: actions/upload-artifact@v3
with:
name: Cemiuiler canary
name: Cemiuiler Canary
path: ${{ steps.sign_canary.outputs.signedReleaseFile }}

- name: Post to Beta Channel & Canary Group
Expand Down
Loading

0 comments on commit a035282

Please sign in to comment.