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:
2626 - name : Build
2727 run : |
2828 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
2932 - uses : actions/upload-artifact@v4
3033 with :
3134 name : Plugins-${{ matrix.rid }}
32- path : Dependencies/NuGetDependencies
35+ path : tmp
3336 install-yetanotherhttphandler :
3437 name : Install YetAnotherHttpHandler
3538 runs-on : ubuntu-latest
3639 steps :
3740 - uses : actions/checkout@v4
3841 - run : dotnet build /t:InstallYetAnotherHttpHandler
39- - run : |
40- mkdir tmp
41- cp -r Dependencies/NuGetDependencies/${{ matrix.rid }} tmp
4242 - uses : actions/upload-artifact@v4
4343 with :
4444 name : YetAnotherHttpHandler
45- path : tmp
45+ path : Dependencies/YetAnotherHttpHandler
4646
4747 dispatch :
4848 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments