Fixed Continuous Deployment fails to create dummy bundle (even if not specified in the info.json) (#134)

This commit is contained in:
Kelson 2023-12-16 10:05:41 +01:00 committed by GitHub
commit 40cb35c8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,10 @@ jobs:
run: ./copy_files_to_kiwix_android.sh
- name: Install jq
run: apt-get install -y jq
run: sudo apt-get install -y jq
- name: Set tag variable
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
- name: Should upload dummy Bundle
run: |
@ -73,10 +76,6 @@ jobs:
run: |
echo "$keystore" | base64 -d > kiwix-android/kiwix-android.keystore
- name: Set tag variable
if: env.should_publish == 'true'
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
- name: Generate dummy Bundle
if: env.should_publish == 'true'
env: