diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 413a06a2..5ec2caee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: uses: svenstaro/upload-release-action@v2 if: github.event.inputs.release_tag != '' with: - file: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/*playstore*/release/*.apk + file: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/*/release/*.apk tag: ${{ github.event.inputs.release_tag }} file_glob: true prerelease: true