Merge pull request #20 from kiwix/feature/cd-per-brand-p3

Fix location of validation
This commit is contained in:
BPH 2024-01-13 15:39:37 +01:00 committed by GitHub
commit 8f2981018e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,11 @@ jobs:
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- name: Validate tag
run: python custom/src/tag_validator.py ${{ steps.vars.outputs.tag }}
run:
|
cd custom
python src/tag_validator.py ${{ steps.vars.outputs.tag }}
cd ..
- name: Check-out kiwix/apple
uses: actions/checkout@v4