mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-07 22:31:17 -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
|
- name: Upload APKs to Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "app/build/outputs/apk/standalone/**"
|
artifacts: "app/build/outputs/apk/standalone/*.apk"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ env.TAG }}
|
tag: ${{ env.TAG }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user