fix: issue #8 title of upload task changed

This commit is contained in:
2026-07-06 11:01:19 +02:00
parent d31ceb72cb
commit 8ee51c6626

View File

@@ -55,7 +55,7 @@ defmodule BDS.Publishing do
{:ok, task} =
Tasks.submit_task(
"publish #{project_id}",
"publish #{project.name}",
fn report ->
run_upload(job_id, normalized_credentials, targets, uploader, report)
end,