Skip to content

Commit 412cc00

Browse files
committed
feat(poke): gog
1 parent 7a3ff0c commit 412cc00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,15 @@ jobs:
320320
# Hardcode the INDEPENDENT_CLIENT_GH_PAGES value
321321
- name: Modify appsettings.json with hardcoded value
322322
run: |
323-
jq '.INDEPENDENT_CLIENT_GH_PAGES = "true"' appsettings.json > tmp.json && mv tmp.json appsettings.json
323+
jq '.INDEPENDENT_CLIENT_GH_PAGES = "true"' TestHostPrerenderWASM/TestHostPrerenderWASM.Client/appsettings.json > tmp.json && mv tmp.json TestHostPrerenderWASM/TestHostPrerenderWASM.Client/appsettings.json
324324
325325
# List files in the root to ensure appsettings.json exists
326-
- name: List files
327-
run: ls -la
326+
- name: List files in TestHostPrerenderWASM.Client
327+
run: ls -la TestHostPrerenderWASM/TestHostPrerenderWASM.Client
328328

329-
# Print the contents of appsettings.json to verify the value
329+
# Print the contents of appsettings.json inside 'TestHostPrerenderWASM.Client' folder
330330
- name: Display appsettings.json content
331-
run: cat appsettings.json
331+
run: cat TestHostPrerenderWASM/TestHostPrerenderWASM.Client/appsettings.json
332332

333333
- name: Publish client using client release .csproj logic
334334
run: |

0 commit comments

Comments
 (0)