We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203bb7b commit 6f1e571Copy full SHA for 6f1e571
1 file changed
.github/workflows/build-and-publish-inferpage.yml
@@ -18,13 +18,13 @@ jobs:
18
dotnet-version: '8.0.x'
19
20
- name: Restore dependencies
21
- run: dotnet restore MaIN.InferPage
+ run: dotnet restore src/MaIN.InferPage
22
23
- name: Build project
24
- run: dotnet build MaIN.InferPage --configuration Release --no-restore
+ run: dotnet build src/MaIN.InferPage --configuration Release --no-restore
25
26
- name: Publish project
27
- run: dotnet publish MaIN.InferPage --configuration Release --output ./publish --no-build
+ run: dotnet publish src/MaIN.InferPage --configuration Release --output ./publish --no-build
28
29
- name: Upload build artifacts
30
uses: actions/upload-artifact@v4
0 commit comments