Removed version info publishing task from release CI

This commit is contained in:
MohitMaliFtechiz 2023-05-29 12:38:42 +05:30
parent 50f40ccb33
commit 020e167596

View File

@ -46,11 +46,12 @@ 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/
# This is necessary for F-Droid # This is temporary, once we will publish 3.7.0 then we will uncommented this code.
- name: Publish "versionInfo" to download.kiwix.org # # This is necessary for F-Droid
run: | # - name: Publish "versionInfo" to download.kiwix.org
./gradlew generateVersionCodeAndName # run: |
scp -P 30022 -vrp -i ssh_key -o StrictHostKeyChecking=no VERSION_INFO ci@master.download.kiwix.org:/data/download/release/kiwix-android/ # ./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 - name: Publish to GitHub
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1