From f96073af99342fe415fd0780efae2c373f3d5e70 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:23:30 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e69540b..7587dc28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,10 +160,11 @@ jobs: name: x86-apk path: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/*/release/*x86*.apk - - name: Upload AndroidLibXrayLite to release + - name: Upload to release uses: svenstaro/upload-release-action@v2 if: github.event.inputs.release_tag != '' with: file: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/*playstore*/release/*.apk tag: ${{ github.event.inputs.release_tag }} - file_glob: true \ No newline at end of file + file_glob: true + prerelease: true \ No newline at end of file