Skip to content

Commit bc1c768

Browse files
Anton BenkevichAnton Benkevich
authored andcommitted
Fix zip build
1 parent 294d9b0 commit bc1c768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- stage: github_release
3939
if: type = push AND tag =~ /^v\d*\.\d*\.\d*$/
4040
name: "(Pipeline Stage 3)Create release containing just definitions"
41-
script: cd alsdkdefs/apis; zip -r ../../AlertLogicOpenAPIDefinitions.zip .; cd ..
41+
script: cd alsdkdefs/apis; zip -r ../../AlertLogicOpenAPIDefinitions.zip .; cd ../..
4242
deploy:
4343
provider: releases
4444
api_key: "$GITHUB_SECRET_TOKEN"

0 commit comments

Comments
 (0)