mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 11:51:04 -04:00
Merge pull request #20 from kiwix/feature/cd-per-brand-p3
Fix location of validation
This commit is contained in:
commit
8f2981018e
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user