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