Skip to content

Commit 11f678d

Browse files
authored
Update ci.yaml
1 parent ca017c7 commit 11f678d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-dotnet@v4
11-
- run: dotnet build --configuration Release
11+
- run: dotnet build HSPlugins.sln --configuration Release
1212
- uses: actions/upload-artifact@v4
1313
with:
1414
name: ${{ github.event.repository.name }}_${{ github.sha }}
15-
path: bin/build
15+
path: |
16+
bin/**
17+
!bin/out/**

0 commit comments

Comments
 (0)