Skip to content

Commit

Permalink
fix: releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
0daryo committed Dec 7, 2019
1 parent 3191545 commit 5fd34c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
# 対象ファイル
- main: cmd/main.go
- main: main.go
# バイナリの名前
binary: ody
# どのOSようにコンパイルするか
Expand Down

0 comments on commit 5fd34c4

Please sign in to comment.