We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee42f4 commit 886390bCopy full SHA for 886390b
.github/workflows/benchmark.yml
@@ -33,7 +33,7 @@ jobs:
33
working-directory: sandbox/Benchmark
34
run: dotnet run -c Release -f net6.0
35
36
- - uses: actions/upload-artifact@v3.0.0
+ - uses: actions/upload-artifact@v3.1.0
37
with:
38
name: BenchmarkResults
39
path: sandbox/Benchmark/BenchmarkDotNet.Artifacts/
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
40
- name: Publish to NuGet
41
run: dotnet nuget push "nupkgs/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
42
43
44
name: packages
45
path: nupkgs/
0 commit comments