diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e69540b8..7587dc281 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