mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
fix
This commit is contained in:
parent
9e1edf2fcc
commit
2f099d477c
@ -40,7 +40,8 @@ jobs:
|
||||
- stage: GitHub Release
|
||||
script: make build_archive
|
||||
before_deploy:
|
||||
- `cat VERSION|awk '{print "export ARCHIVE_NAME=retailcrm-"$1".zip"}'`
|
||||
- export VERSION = `cat VERSION`
|
||||
- export ARCHIVE_NAME = '/tmp/retailcrm-'$(VERSION)'.zip'
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_OAUTH_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user