Skip to content

Commit 0ff64bc

Browse files
arthurkehrwaldfreezy
authored andcommitted
Fix missing uploads
1 parent 66b3b3e commit 0ff64bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
run: |
1818
dotnet build -c Release
1919
- run: |
20-
mkdir -p tmp/Plugins
21-
cp -r Plugins tmp/Plugins
22-
mkdir -p tmp/YetAnotherHttpHandler
23-
cp -r YetAnotherHttpHandler tmp/YetAnotherHttpHandler
20+
mkdir -p tmp
21+
cp -r Plugins tmp
22+
cp -r YetAnotherHttpHandler tmp
2423
- uses: actions/upload-artifact@v4
2524
with:
2625
name: Plugins

0 commit comments

Comments
 (0)