mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Removed the uploading of unnecessary files in the release.
* Now, only APK files will be uploaded in the release.
This commit is contained in:
parent
f6aef1b7ea
commit
6ac9c5ef75
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user