Skip to content

Commit

Permalink
add directories to release package
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinedwv committed Oct 14, 2021
1 parent 1bbf7b4 commit c66ca17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_nabu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
project_path: "./cmd/nabu"
binary_name: "nabu"
ldflags: "-s -w"
extra_files: README.md
extra_files: README.md docs/ web/ config/ scripts/
# extra_files: LICENSE README.md
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/secret/
secret/**
logs/**
/cmd/nabu/nabu
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit c66ca17

Please sign in to comment.