Commit 8540f04
committed
Update GitHub Actions workflow for Azure SWA deployment
- Added a `name` property to the `build_and_deploy_job` for clarity.
- Updated `actions/checkout` to `v4` for latest improvements.
- Replaced old deployment step with .NET 10 SDK setup and a new
`azure/static-web-apps-deploy` step for Blazor WASM apps.
- Changed `app_location` to `wwwroot` and commented out the
optional `output_location` configuration.
- Enhanced readability, maintainability, and compatibility with
modern tools and practices.1 parent f33bd65 commit 8540f04
File tree
1 file changed
+17
-6
lines changed- .github/workflows
1 file changed
+17
-6
lines changedLines changed: 17 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
28 | 39 | | |
29 | 40 | | |
30 | 41 | | |
31 | 42 | | |
32 | | - | |
| 43 | + | |
33 | 44 | | |
34 | | - | |
| 45 | + | |
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
| |||
0 commit comments