File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,23 @@ jobs:
26
26
- name : Build
27
27
run : |
28
28
dotnet build -c Release -r ${{ matrix.rid }} -p:InstallYetAnotherHttpHandler=false
29
+ - run : |
30
+ mkdir -p tmp/Plugins
31
+ cp -r Dependencies/NuGetDependencies/${{ matrix.rid }} tmp/Plugins
29
32
- uses : actions/upload-artifact@v4
30
33
with :
31
34
name : Plugins-${{ matrix.rid }}
32
- path : Dependencies/NuGetDependencies
35
+ path : tmp
33
36
install-yetanotherhttphandler :
34
37
name : Install YetAnotherHttpHandler
35
38
runs-on : ubuntu-latest
36
39
steps :
37
40
- uses : actions/checkout@v4
38
41
- run : dotnet build /t:InstallYetAnotherHttpHandler
39
- - run : |
40
- mkdir tmp
41
- cp -r Dependencies/NuGetDependencies/${{ matrix.rid }} tmp
42
42
- uses : actions/upload-artifact@v4
43
43
with :
44
44
name : YetAnotherHttpHandler
45
- path : tmp
45
+ path : Dependencies/YetAnotherHttpHandler
46
46
47
47
dispatch :
48
48
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments