Skip to content

Commit

Permalink
Update wasm-prd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PollosD authored Apr 2, 2022
1 parent 0a12526 commit 81fc0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setting tools
run: dotnet workload install wasm-tools
- name: dependencies
run: git clone -b develop https://github.com/BlazorComponent/BlazorComponent.git ./src/BlazorComponent
run: git clone -b main https://github.com/BlazorComponent/BlazorComponent.git ./src/BlazorComponent
- name: build
run: dotnet build src
- name: publish
Expand All @@ -31,4 +31,4 @@ jobs:
access-key-id: ${{ secrets.ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.ACCESS_KEY_SECRET }}
- name: deploy oss
run: ossutil cp -rf /home/runner/work/MASA.Blazor/MASA.Blazor/src/Doc/Masa.Blazor.Doc.WebAssembly/bin/Debug/net6.0/publish/wwwroot/ oss://masa-blazor-wasm/
run: ossutil cp -rf /home/runner/work/MASA.Blazor/MASA.Blazor/src/Doc/Masa.Blazor.Doc.WebAssembly/bin/Debug/net6.0/publish/wwwroot/ oss://masa-blazor-wasm/

0 comments on commit 81fc0a1

Please sign in to comment.