Fixed: The Tag was not found in cd.

This commit is contained in:
MohitMaliFtechiz 2025-07-05 19:01:46 +05:30
parent 958c8daaa3
commit a21466a13e

View File

@ -20,6 +20,9 @@ jobs:
java-version: 17
distribution: temurin
- name: Set tag variable
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
- name: Install jq
run: sudo apt-get install -y jq
@ -49,9 +52,6 @@ jobs:
- name: Copying custom app configuration into Kiwix Android code base
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
run: |
non_kiwix_organization_tag="PLAYSTORE_JSON_${TAG^^}"
@ -108,6 +108,9 @@ jobs:
java-version: 17
distribution: temurin
- name: Set tag variable
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
- name: Install jq
run: sudo apt-get install -y jq
@ -137,9 +140,6 @@ jobs:
- name: Copying custom app configuration into Kiwix Android code base
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
run: |
cd ${TAG}