From 910e8dfbc5f729c8c4c1bc2082c6ad6d9d750c93 Mon Sep 17 00:00:00 2001 From: Vahid Farid Date: Mon, 1 Apr 2024 16:59:42 +0330 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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