Skip to content

Commit d67d416

Browse files
committed
fix: Gotta love YAML..
1 parent d4940bd commit d67d416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- run: dotnet build /t:InstallYetAnotherHttpHandler
3939
- run: |
40-
mkdir tmp
41-
cp -r Dependencies/NuGetDependencies/${{ matrix.rid }} tmp
40+
mkdir tmp
41+
cp -r Dependencies/NuGetDependencies/${{ matrix.rid }} tmp
4242
- uses: actions/upload-artifact@v4
4343
with:
4444
name: YetAnotherHttpHandler

0 commit comments

Comments
 (0)