-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #180 from Block-Network/Dev
## 5.2.5 - 添加 歌词大小动态更新 - 添加 自定义图标动态更新 - 添加 自定义文字 - 修复 歌词动效异常 - 修复 设置歌词位置无效 - 修复 点击切换歌词暂停后依然能点击 - 优化 代码
- Loading branch information
Showing
10 changed files
with
162 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,17 @@ jobs: | |
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} | ||
keyPassword: ${{ secrets.KEY_STORE_PASSWORD }} | ||
|
||
- name: Sign Release AAB | ||
if: success() | ||
id: sign_release_aab | ||
uses: r0adkll/[email protected] | ||
with: | ||
releaseDirectory: ./app/build/outputs/bundle/release/ | ||
signingKeyBase64: ${{ secrets.SIGNING_KEY }} | ||
alias: xiao_wine | ||
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} | ||
keyPassword: ${{ secrets.KEY_STORE_PASSWORD }} | ||
|
||
- name: Upload Release APK | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
|
@@ -74,7 +85,7 @@ jobs: | |
uses: actions/upload-artifact@v2 | ||
with: | ||
name: StatusBarLyric_aab | ||
path: ./app/build/outputs/bundle/release/app-release.aab | ||
path: ${{ steps.sign_release_aab.outputs.signedReleaseFile }} | ||
|
||
- name: Upload Debug APK | ||
uses: actions/upload-artifact@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.