mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
fix archive name
This commit is contained in:
parent
27af27c1eb
commit
1971aa0cb4
@ -66,7 +66,7 @@ jobs:
|
||||
script: make build_archive
|
||||
before_deploy:
|
||||
- export VERSION=`cat VERSION`
|
||||
- export ARCHIVE_NAME=/tmp/retailcrm-$VERSION.zip
|
||||
- export ARCHIVE_NAME=/tmp/retailcrm-$VERSION.ocmod.zip
|
||||
- git config --local user.name "retailCRM"
|
||||
- git config --local user.email "support@retailcrm.ru"
|
||||
- export TRAVIS_TAG=v$VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user