updated
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run

This commit is contained in:
2025-06-16 19:44:44 -04:00
parent 2e1bdb2cfd
commit bcdebe2036

View File

@@ -62,7 +62,7 @@ namespace Astrocore.Api.Controllers
}
var dfpwmBytes = await System.IO.File.ReadAllBytesAsync(dfpwmPath);
return File(dfpwmBytes, "application/octet-stream", "tts.dfpwm");
return File(dfpwmBytes, "application/octet-stream", $"{fileNameGuid}.dfpwm");
}
}
}