Skip to content

Commit 6f1e571

Browse files
author
Piotr Świerad
committed
path
1 parent 203bb7b commit 6f1e571

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-publish-inferpage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
dotnet-version: '8.0.x'
1919

2020
- name: Restore dependencies
21-
run: dotnet restore MaIN.InferPage
21+
run: dotnet restore src/MaIN.InferPage
2222

2323
- name: Build project
24-
run: dotnet build MaIN.InferPage --configuration Release --no-restore
24+
run: dotnet build src/MaIN.InferPage --configuration Release --no-restore
2525

2626
- name: Publish project
27-
run: dotnet publish MaIN.InferPage --configuration Release --output ./publish --no-build
27+
run: dotnet publish src/MaIN.InferPage --configuration Release --output ./publish --no-build
2828

2929
- name: Upload build artifacts
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)