Skip to content

Commit a783a40

Browse files
authored
🐛 fix .NET 9 published path (#48)
1 parent 6c7c03f commit a783a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

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

7676
- name: 🔧 fix base path for .NET 9.0
7777
if: inputs.should-publish-gh-page
78-
run: sed -i 's/<base href="\/" \/>/<base href="\/Blazor.RichTextEditor\/main\/net8\.0\/" \/>/g' wasm-application/net9.0/wwwroot/index.html
78+
run: sed -i 's/<base href="\/" \/>/<base href="\/Blazor.RichTextEditor\/main\/net9\.0\/" \/>/g' wasm-application/net9.0/wwwroot/index.html
7979

8080
- name: 🚀 deploy .NET 8.0 gh page
8181
if: inputs.should-publish-gh-page

0 commit comments

Comments
 (0)