Skip to content

Commit

Permalink
Merge pull request #4227 from kiwix/Fixes#4226
Browse files Browse the repository at this point in the history
Removed the uploading of unnecessary files in the release.
  • Loading branch information
kelson42 authored Feb 16, 2025
2 parents f6aef1b + 6ac9c5e commit 102162f
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 102162f

Please sign in to comment.