Removed the uploading of unnecessary files in the release.

* Now, only APK files will be uploaded in the release.
This commit is contained in:
MohitMaliFtechiz 2025-02-14 11:34:31 +05:30
parent f6aef1b7ea
commit 6ac9c5ef75

View File

@ -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