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