Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04e53c9

Browse files
committedJan 28, 2024
auto publish test
1 parent 8678569 commit 04e53c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/static.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ jobs:
3333
uses: actions/checkout@v4
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v4
36-
- run : echo echoecho >> ./index.html
36+
- run : echo echochanged >> ./index.html
3737
- 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
3842
- name: Upload artifact
3943
uses: actions/upload-pages-artifact@v3
4044
with:

0 commit comments

Comments
 (0)
Please sign in to comment.