Skip to content

Commit

Permalink
Update deploy_web_editor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josago97 authored Nov 21, 2023
1 parent 73cea81 commit 03a67f1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy_web_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ jobs:

# sets up .NET SDK
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.X
7.0.X
dotnet-version: 7.0.X

# Install wasm-tools
- name: Install wasm-tools
- name: Install wasm-toolsnet7
run: dotnet workload install wasm-tools

# publishes Blazor project to the release-folder
Expand Down

0 comments on commit 03a67f1

Please sign in to comment.