We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca017c7 commit 11f678dCopy full SHA for 11f678d
.github/workflows/ci.yaml
@@ -8,8 +8,10 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-dotnet@v4
11
- - run: dotnet build --configuration Release
+ - run: dotnet build HSPlugins.sln --configuration Release
12
- uses: actions/upload-artifact@v4
13
with:
14
name: ${{ github.event.repository.name }}_${{ github.sha }}
15
- path: bin/build
+ path: |
16
+ bin/**
17
+ !bin/out/**
0 commit comments