mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -148,6 +148,10 @@ jobs:
|
||||
if-no-files-found: ignore
|
||||
path: ${{ github.workspace }}/mapping/mapping.txt
|
||||
|
||||
- name: Delete Pre-Release
|
||||
if: env.type == 'release'
|
||||
run: gh release delete beta -y --cleanup-tag
|
||||
|
||||
- name: Publish Pre-Release
|
||||
if: env.type == 'release'
|
||||
uses: ncipollo/release-action@v1
|
||||
@@ -156,8 +160,6 @@ jobs:
|
||||
tag: "beta"
|
||||
body: "此版本为测试版,可能存在不稳定情况,升级前请务必备份好数据。"
|
||||
prerelease: true
|
||||
removeArtifacts: true
|
||||
allowUpdates: true
|
||||
artifacts: ${{ github.workspace }}/app/build/outputs/apk/*/*/*.apk
|
||||
|
||||
lanzou:
|
||||
|
||||
Reference in New Issue
Block a user