mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-11 13:49:55 -04:00
Fixed: The Tag was not found in cd.
This commit is contained in:
parent
958c8daaa3
commit
a21466a13e
12
.github/workflows/cd.yml
vendored
12
.github/workflows/cd.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
|||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
|
|
||||||
|
- name: Set tag variable
|
||||||
|
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: sudo apt-get install -y jq
|
run: sudo apt-get install -y jq
|
||||||
|
|
||||||
@ -49,9 +52,6 @@ jobs:
|
|||||||
- name: Copying custom app configuration into Kiwix Android code base
|
- name: Copying custom app configuration into Kiwix Android code base
|
||||||
run: ./copy_files_to_kiwix_android.sh
|
run: ./copy_files_to_kiwix_android.sh
|
||||||
|
|
||||||
- name: Set tag variable
|
|
||||||
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Set non-kiwix organization tag
|
- name: Set non-kiwix organization tag
|
||||||
run: |
|
run: |
|
||||||
non_kiwix_organization_tag="PLAYSTORE_JSON_${TAG^^}"
|
non_kiwix_organization_tag="PLAYSTORE_JSON_${TAG^^}"
|
||||||
@ -108,6 +108,9 @@ jobs:
|
|||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
|
|
||||||
|
- name: Set tag variable
|
||||||
|
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install jq
|
- name: Install jq
|
||||||
run: sudo apt-get install -y jq
|
run: sudo apt-get install -y jq
|
||||||
|
|
||||||
@ -137,9 +140,6 @@ jobs:
|
|||||||
- name: Copying custom app configuration into Kiwix Android code base
|
- name: Copying custom app configuration into Kiwix Android code base
|
||||||
run: ./copy_files_to_kiwix_android.sh
|
run: ./copy_files_to_kiwix_android.sh
|
||||||
|
|
||||||
- name: Set tag variable
|
|
||||||
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Should upload dummy Bundle
|
- name: Should upload dummy Bundle
|
||||||
run: |
|
run: |
|
||||||
cd ${TAG}
|
cd ${TAG}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user