FFilament•Created by Markwowz on 10/5/2023 in #❓┊help Adding Header Action to a resource
I added this to the List:
Actions\Action::make('download')
->label(__('Download Plugin'))
->icon('heroicon-o-arrow-down-tray')
->url(function () {
return "/plugins/seed-manager.zip";
}),