Skip to content

Commit

Permalink
Trim the zip being published
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Oct 30, 2024
1 parent 748f4cd commit ca9b57c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
java -jar jruby.jar -S gem install bundler -v 2.5.21 --install-dir ${GEM_HOME}
java -jar jruby.jar -S bundle install
find vendor/bundle/jruby/3.1.0/ -mindepth 1 -type d ! -name "gems" -exec rm -rf {} +
zip -r ruby_ast_gen_${{ steps.taggerDryRun.outputs.new_tag }}.zip \
lib exe sig vendor README.md LICENSE.txt Rakefile Gemfile ruby_ast_gen.gemspec
Expand Down

0 comments on commit ca9b57c

Please sign in to comment.