We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8678569 commit 04e53c9Copy full SHA for 04e53c9
.github/workflows/static.yml
@@ -33,8 +33,12 @@ jobs:
33
uses: actions/checkout@v4
34
- name: Setup Pages
35
uses: actions/configure-pages@v4
36
- - run : echo echoecho >> ./index.html
+ - run : echo echochanged >> ./index.html
37
- run : cat ./index.html
38
+ - uses: actions/setup-dotnet@v4.0.0
39
+ with:
40
+ dotnet-version: "8.0.x"
41
+ - run: dotnet publish ./Example.Wasm -o ./Publish
42
- name: Upload artifact
43
uses: actions/upload-pages-artifact@v3
44
with:
0 commit comments