Skip to content

Commit

Permalink
Fix package task generating empty ZIPs
Browse files Browse the repository at this point in the history
  • Loading branch information
Blond11516 committed Aug 15, 2023
1 parent abcae66 commit 3732921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/lib/mix/tasks/package.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ defmodule Mix.Tasks.Package do
File.rm_rf!(scratch_directory)

if Keyword.get(opts, :zip, false) do
File.rm_rf(package_root)
zip(package_root)
File.rm_rf(package_root)
end
end

Expand Down

0 comments on commit 3732921

Please sign in to comment.