We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b3b3e commit 0ff64bcCopy full SHA for 0ff64bc
1 file changed
.github/workflows/build.yml
@@ -17,10 +17,9 @@ jobs:
17
run: |
18
dotnet build -c Release
19
- run: |
20
- mkdir -p tmp/Plugins
21
- cp -r Plugins tmp/Plugins
22
- mkdir -p tmp/YetAnotherHttpHandler
23
- cp -r YetAnotherHttpHandler tmp/YetAnotherHttpHandler
+ mkdir -p tmp
+ cp -r Plugins tmp
+ cp -r YetAnotherHttpHandler tmp
24
- uses: actions/upload-artifact@v4
25
with:
26
name: Plugins
0 commit comments