Unblock pkg uploading in admin web

This commit is contained in:
Seth Call 2025-06-15 13:13:05 -05:00
parent e4d5fccdf5
commit 38388d2afb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class ArtifactUploader < CarrierWave::Uploader::Base
# Add a white list of extensions which are allowed to be uploaded.
# For images you might use something like this:
def extension_white_list
%w(exe msi dmg zip)
%w(exe msi dmg zip pkg)
end
# Override the filename of the uploaded files: