circleci: Fix last error
This commit is contained in:
parent
4656d201bd
commit
2a89ab0987
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
--owner $CIRCLE_PROJECT_USERNAME \
|
||||
--repo $CIRCLE_PROJECT_REPONAME \
|
||||
--tag "v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM}" \
|
||||
--name "v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM}" \
|
||||
--release-name "v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM}" \
|
||||
--body "Automatic CircleCI Build of v${PACKAGE_VERSION}.${CIRCLE_BUILD_NUM} from ${CIRCLE_SHA1}" \
|
||||
caspar_sup-sc.zip
|
||||
workflows:
|
||||
|
@ -35,4 +35,4 @@ workflows:
|
|||
build_deploy:
|
||||
jobs:
|
||||
- build:
|
||||
context: github-thething
|
||||
context: github-thething
|
||||
|
|
Loading…
Reference in a new issue