diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ea453b7b..fd06c6018 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,4 +71,5 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/debug/*.apk - overwrite: true \ No newline at end of file + overwrite: true + file_glob: true \ No newline at end of file