Skip to content

Commit 70de881

Browse files
committed
Update main_codefirstapi.yml
1 parent d5e4174 commit 70de881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_codefirstapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
dotnet-version: '9.x'
2525

2626
- name: Build with dotnet
27-
run: dotnet build --configuration Release
27+
run: dotnet build samples/BlazorApp/BlazorApp.csproj --configuration Release
2828

2929
- name: dotnet publish
30-
run: dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/myapp"
30+
run: dotnet publish samples/BlazorApp/BlazorApp.csproj -c Release -o "${{env.DOTNET_ROOT}}/myapp"
3131

3232
- name: Upload artifact for deployment job
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)