mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Stop uploading F-Droid auto-publish VERSION_INFO
This commit is contained in:
parent
c6f372d318
commit
5bff37e3b8
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -47,10 +47,9 @@ jobs:
|
||||
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/
|
||||
|
||||
- name: Publish versionInfo to download.kiwix.org
|
||||
- name: Build VERSION_INFO for F-Droid auto-publishing
|
||||
run: |
|
||||
./gradlew generateVersionCodeAndName
|
||||
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no VERSION_INFO ci@master.download.kiwix.org:/data/download/release/kiwix-android/
|
||||
|
||||
- name: Publish to github releases
|
||||
uses: ncipollo/release-action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user