Skip to content

Commit c9b5705

Browse files
committed
ci: More path changes.
1 parent d67d416 commit c9b5705

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)