mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-10 16:02:05 -04:00
fixing CI/CD github failure
This commit is contained in:
parent
d996cc078a
commit
95ed6472c2
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -47,13 +47,13 @@ jobs:
|
|||||||
cp $UNIVERSAL_RELEASE_APK kiwix-${TAG}.apk
|
cp $UNIVERSAL_RELEASE_APK kiwix-${TAG}.apk
|
||||||
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no kiwix-${TAG}.apk ci@master.download.kiwix.org:/data/download/release/kiwix-android/
|
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no kiwix-${TAG}.apk ci@master.download.kiwix.org:/data/download/release/kiwix-android/
|
||||||
|
|
||||||
- name: Publish to github releases
|
- name: Publish to github releases
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "app/build/outputs/apk/release/**"
|
artifacts: "app/build/outputs/apk/release/**"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
draft: true
|
draft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
||||||
|
|
||||||
- name: Publish app to play store
|
- name: Publish app to play store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user