Skip to content

Commit cb04dcd

Browse files
authored
Rename workflow and update Dotnet version
1 parent de7b6e3 commit cb04dcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/azure-static-web-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cd-build-wasm
1+
name: Azure Static Web Apps CI/CD
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
build_and_deploy_job:
1414
env:
1515
DIST_PATH: samples/WinUI.TableView.SampleApp.Uno/bin/Release/net10.0-browserwasm/publish/wwwroot
16-
DotnetVersion: '10.0.x'
16+
DotnetVersion: '10.0.100'
1717
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
1818
runs-on: ubuntu-latest
1919
container: 'unoplatform/wasm-build:3.0'

0 commit comments

Comments
 (0)