Skip to content

Commit

Permalink
Fixed submitting rubygem-agama
Browse files Browse the repository at this point in the history
The submission missed generated files
  • Loading branch information
lslezak committed Jun 14, 2023
1 parent 2a3e498 commit 8abde1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ Rake::Task["package"].clear
# Disables the osc:build
if ENV["SKIP_OSC_BUILD"] == "1"
Rake::Task["osc:build"].clear
# ensure the package sources are still built
task :"osc:build" => :package
end

# TODO: redefine :tarball instead of :package
Expand Down

0 comments on commit 8abde1a

Please sign in to comment.