We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4940bd commit d67d416Copy full SHA for d67d416
.github/workflows/build.yml
@@ -37,8 +37,8 @@ jobs:
37
- uses: actions/checkout@v4
38
- run: dotnet build /t:InstallYetAnotherHttpHandler
39
- run: |
40
- mkdir tmp
41
- cp -r Dependencies/NuGetDependencies/${{ matrix.rid }} tmp
+ mkdir tmp
+ cp -r Dependencies/NuGetDependencies/${{ matrix.rid }} tmp
42
- uses: actions/upload-artifact@v4
43
with:
44
name: YetAnotherHttpHandler
0 commit comments