Skip to content

Commit

Permalink
Build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alex27riva committed Nov 8, 2024
1 parent d353e89 commit af8bb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
soc
build/
*.eml
2 changes: 1 addition & 1 deletion dev-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

export VERSION=dev-$(git rev-parse --short HEAD)
go build -o soc -ldflags "-X 'soc-cli/cmd.Version=$VERSION'"
go build -o build/soc -ldflags "-X 'soc-cli/cmd.Version=$VERSION'"

0 comments on commit af8bb49

Please sign in to comment.