diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e28f6d4c82..2065ecc178 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: Upload APKs to Release uses: ncipollo/release-action@v1 with: - artifacts: "app/build/outputs/apk/standalone/**" + artifacts: "app/build/outputs/apk/standalone/*.apk" token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ env.TAG }} allowUpdates: true