Skip to content

Commit

Permalink
Merge pull request #5 from Blazam-App/net8
Browse files Browse the repository at this point in the history
Fix for not downloading v1 release
  • Loading branch information
jacobsen9026 authored Aug 12, 2024
2 parents 309f7f5 + e7d8874 commit 827cbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlazamSetup/Services/DownloadService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static async Task<bool> Download(string version=null)



var branch = "Release";
var branch = "release";
//Get the releases from the repo
var releases = await githubclient.Repository.Release.GetAll("Blazam-App", "Blazam");
//Filter the releases to the selected branch
Expand Down

0 comments on commit 827cbff

Please sign in to comment.