Skip to content

Commit

Permalink
CircleCi: fix upload zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Jun 24, 2018
1 parent 6dcdb1d commit c8e3986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# package pro
- run: |
cd target
zip -r ../pro-early-access-lworld.zip pro
zip -r ../pro-linux-early-access-lworld.zip pro
cd ..
# upload on github release
Expand Down

0 comments on commit c8e3986

Please sign in to comment.