From 3fc4cd274fbe7b3474d43d87dbad611dff7a3384 Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Thu, 25 Sep 2025 19:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E4=B8=8E?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31e3b6e3b..16a34ebec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -160,15 +160,6 @@ jobs: with: path: apk/ - - working-directory: apk/ - run: | - mv */*.apk . - rm -rf */ - - for file in *.apk; do - mv "$file" "$(echo $file | sed 's/legado_/legado_release_/')" - done - - name: Delete Pre-Release run: | if gh release view beta &>/dev/null; then @@ -176,13 +167,6 @@ jobs: fi env: GH_TOKEN: ${{ github.token }} - - - name: Create or update beta tag - uses: richardsimko/update-tag@v1 - with: - tag_name: beta - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish Pre-Release uses: ncipollo/release-action@v1