Skip to content

Commit c230a7a

Browse files
committed
Make binaries executable
1 parent 56ff5a9 commit c230a7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ deployment:
1616
- go get github.com/mitchellh/gox
1717
- go get -u github.com/tcnksm/ghr
1818
- gox -ldflags "-X main.Version=$(git describe --tags) -X main.BuildDate=$(date -u '+%Y/%m/%d-%H:%M:%S')" -output "dist/lumberjack_{{.OS}}_{{.Arch}}"
19+
- chmod +x dist/*
1920
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` dist/

0 commit comments

Comments
 (0)