Skip to content

Commit dc6ba42

Browse files
committed
fix yml
1 parent b5cafbc commit dc6ba42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
echo TESTS FAILED
3232
exit 1
3333
fi
34-
working-directory: ./MyApp.Tests
34+
working-directory: ./ExampleDataApis.Tests
3535

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Apply Production AppSettings
7575
if: env.HAS_APPSETTINGS_PATCH == 'true'
76-
working-directory: ./MyApp
76+
working-directory: ./ExampleDataApis
7777
run: |
7878
cat <<EOF >> appsettings.json.patch
7979
${{ secrets.APPSETTINGS_PATCH }}

0 commit comments

Comments
 (0)