Skip to content

Commit

Permalink
fix: include images
Browse files Browse the repository at this point in the history
  • Loading branch information
Guven Karanfil committed Jun 11, 2024
1 parent 501362d commit 3c776ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane-plugin-appcircle_testing_distribution.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/appcircleio/fastlane_plugin_appcircle_testing_distribution"
spec.license = "MIT"

spec.files = Dir["lib/**/*"] + %w(README.md LICENSE)
spec.files = Dir["lib/**/*"] + Dir["images/**/*"] + %w(README.md LICENSE)
spec.require_paths = ['lib']
spec.metadata['rubygems_mfa_required'] = 'false'
spec.required_ruby_version = '>= 2.6'
Expand Down

0 comments on commit 3c776ad

Please sign in to comment.