Skip to content

Commit

Permalink
Merge branch 'MihaZupan:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan authored Jun 20, 2024
2 parents 24cbfd6 + 1eefb1d commit 688beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runner/BenchmarkLibrariesJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ await RunProcessAsync("dotnet",
throw new Exception("Couldn't find the artifacts directory");
}

await ZipAndUploadArtifactAsync("BDN_Artifacts", artifactsDir, Path.GetDirectoryName(artifactsDir));
await ZipAndUploadArtifactAsync("BDN_Artifacts", Path.GetFullPath(artifactsDir), Path.GetDirectoryName(artifactsDir));

List<string> results = new();

Expand Down

0 comments on commit 688beea

Please sign in to comment.