fixing CI/CD github failure

This commit is contained in:
MohitMaliFtechiz 2022-06-22 18:23:35 +05:30
parent d996cc078a
commit 95ed6472c2

View File

@ -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