Skip to content

Commit

Permalink
🎉Release 1.3,修改Android CI Release,减轻任务负担
Browse files Browse the repository at this point in the history
  • Loading branch information
Hny0305Lin committed Jul 8, 2024
1 parent 8b3ae76 commit 703ccde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/androidsign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,8 @@ jobs:
- name: Get Commit Message
id: get_commit_message
run: |
sudo apt-get update
sudo apt-get install -y jq
cd NLChat
COMMIT_MESSAGE=$(git log -1 --pretty=%B)
echo "COMMIT_MESSAGE=$(echo $COMMIT_MESSAGE | jq -sRr @uri)" >> $GITHUB_ENV
echo "COMMIT_MESSAGE=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
continue-on-error: true

- name: Create or Update Release Notes
Expand All @@ -119,13 +116,10 @@ jobs:
needs: build
strategy:
matrix:
api-level: [28, 29, 30, 31, 33] # 你可以根据需要调整 API 级别
api-level: [28, 29, 31, 33] # 你可以根据需要调整 API 级别
target: [default, google_apis]
arch: [x86, x86_64, arm64-v8a] # 你可以根据需要调整架构
arch: [x86_64, arm64-v8a] # 你可以根据需要调整架构
include:
- api-level: 28
target: default
arch: x86
- api-level: 29
target: default
arch: x86_64
Expand All @@ -135,15 +129,6 @@ jobs:
- api-level: 29
target: google_apis
arch: arm64-v8a
- api-level: 30
target: default
arch: x86_64
- api-level: 30
target: google_apis
arch: x86_64
- api-level: 30
target: google_apis
arch: arm64-v8a
- api-level: 31
target: default
arch: x86_64
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="app_name">NLChat</string>
<string name="app_package">com.haohanyh.linmengjia.nearlink.nlchat.fun</string>
<string name="app_version">1.3.120.2024.0708</string>
<string name="app_version">1.3.129.2024.0708</string>

<string name="appwarn">NLChat,浩瀚银河宗旨为用爱和魔法创造Android APP。</string>
<string name="thanks3q">友情感谢</string>
Expand Down

0 comments on commit 703ccde

Please sign in to comment.