We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c859ff2 commit 94c56edCopy full SHA for 94c56ed
1 file changed
.github/workflows/test.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
dotnet-version: 8.0.x
20
- name: BuildGenerator
21
- run: dotnet build CommandForgeGenerator.Generator/ -c release
+ run: dotnet build CommandForgeGenerator/ -c release
22
- name: Test
23
run: dotnet test
0 commit comments