mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-09 12: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
|
||||
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user