Skip to content

Commit

Permalink
Make binaries executable prior to packaging. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil authored Jun 11, 2020
1 parent 177eb14 commit fb2c960
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ jobs:
https://github.com/tcnksm/ghr/releases/download/v0.5.4/ghr_v0.5.4_linux_amd64.zip
unzip ghr_v0.5.4_linux_amd64.zip
- run:
name: Make binaries executable
command: |
chmod +x out/*
- run:
name: Package
command: >
Expand Down

0 comments on commit fb2c960

Please sign in to comment.