mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-25 22:06:20 -04:00
Fixed Continuous Deployment fails to create dummy bundle (even if not specified in the info.json) (#134)
This commit is contained in:
commit
40cb35c8c2
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user