mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
Get the dependencies archive using the correct new name scheme.
Now that we are compiling to ios, deendencies archive names have TRAVIS_OS_NAME included.
This commit is contained in:
parent
a01906d273
commit
bd8d0c3805
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
REPO_NAME=${TRAVIS_REPO_SLUG#*/}
|
REPO_NAME=${TRAVIS_REPO_SLUG#*/}
|
||||||
ARCHIVE_NAME=deps_${PLATFORM}_${REPO_NAME}.tar.gz
|
ARCHIVE_NAME=deps_${TRAVIS_OS_NAME}_${PLATFORM}_${REPO_NAME}.tar.gz
|
||||||
|
|
||||||
# Packages.
|
# Packages.
|
||||||
case ${PLATFORM} in
|
case ${PLATFORM} in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user