Skip to content

Commit 6308072

Browse files
committed
Fixing build step
1 parent 6d14392 commit 6308072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev.yml

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

2626
- name: Build with dotnet
27+
working-directory: ./Microsoft.PWABuilder.IOS.Web
2728
run: dotnet build --configuration Release
2829

2930
- name: dotnet publish
31+
working-directory: ./Microsoft.PWABuilder.IOS.Web
3032
run: dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/myapp"
3133

3234
- name: Upload artifact for deployment job

0 commit comments

Comments
 (0)