Skip to content

Commit

Permalink
Stop to distribute sig dir
Browse files Browse the repository at this point in the history
Retry: #1074
Fix: #1072
  • Loading branch information
ksss committed Jun 2, 2024
1 parent 8b24293 commit 311e816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.metadata["changelog_uri"] = "https://github.com/soutaro/steep/blob/master/CHANGELOG.md"

spec.files = `git ls-files -z`.split("\x0").reject {|f|
f.match(%r{^(test|spec|features|smoke)/})
f.match(%r{^(test|spec|features|smoke|sig)/})
}

spec.bindir = "exe"
Expand Down

0 comments on commit 311e816

Please sign in to comment.