diff --git a/src/Artemis.WebClient.Workshop/Handlers/InstallationHandlers/Implementations/ProfileEntryInstallationHandler.cs b/src/Artemis.WebClient.Workshop/Handlers/InstallationHandlers/Implementations/ProfileEntryInstallationHandler.cs index 6051ca0f5..9abd616cf 100644 --- a/src/Artemis.WebClient.Workshop/Handlers/InstallationHandlers/Implementations/ProfileEntryInstallationHandler.cs +++ b/src/Artemis.WebClient.Workshop/Handlers/InstallationHandlers/Implementations/ProfileEntryInstallationHandler.cs @@ -27,7 +27,7 @@ public class ProfileEntryInstallationHandler : IEntryInstallationHandler try { HttpClient client = _httpClientFactory.CreateClient(WorkshopConstants.WORKSHOP_CLIENT_NAME); - await client.DownloadDataAsync($"releases/download/{release}", stream, progress, cancellationToken); + await client.DownloadDataAsync($"releases/download/{release.Id}", stream, progress, cancellationToken); } catch (Exception e) {