Skip to content

Commit 2384e05

Browse files
authored
Update integration_checkdriver.yml
1 parent 3f990af commit 2384e05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration_checkdriver.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424

2525
- name: Build with dotnet
2626
run: dotnet build --configuration Release
27+
working-directory: CheckDrive.Web
2728

2829
- name: dotnet publish
2930
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
31+
working-directory: CheckDrive.Web
3032

3133
- name: Upload artifact for deployment job
3234
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)