Skip to content

Commit

Permalink
Removed the uploading of unnecessary files in the release.
Browse files Browse the repository at this point in the history
* Now, only APK files will be uploaded in the release.
  • Loading branch information
MohitMaliDeveloper committed Feb 14, 2025
1 parent f6aef1b commit 6ac9c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ac9c5e

Please sign in to comment.