Skip to content

Commit a443efb

Browse files
committed
Applies consistent YAML indentation to workflows
Applies consistent indentation to `build_artifacts.yml` and `release.yml` GitHub Actions workflow files.
1 parent ee7d488 commit a443efb

File tree

2 files changed

+324
-324
lines changed

2 files changed

+324
-324
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
env:
2626
solution: MaterialDesignToolkit.Full.slnx
2727

28-
steps:
29-
- uses: actions/checkout@v6
28+
steps:
29+
- uses: actions/checkout@v6
3030

3131
- name: Setup .NET
3232
uses: actions/setup-dotnet@v5
@@ -50,25 +50,25 @@ jobs:
5050
timeout-minutes: 20
5151
run: dotnet test ${{ env.solution }} --configuration ${{ inputs.build-configuration }} --no-build --blame-crash --logger GitHubActions
5252

53-
- name: Upload Screenshots
54-
if: ${{ always() }}
55-
uses: actions/upload-artifact@v6
56-
with:
57-
name: Screenshots-${{ github.run_number }}
58-
path: ${{ github.workspace }}\tests\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net9.0-windows\Screenshots
59-
if-no-files-found: ignore
53+
- name: Upload Screenshots
54+
if: ${{ always() }}
55+
uses: actions/upload-artifact@v6
56+
with:
57+
name: Screenshots-${{ github.run_number }}
58+
path: ${{ github.workspace }}\tests\MaterialDesignThemes.UITests\bin\${{ inputs.build-configuration }}\net9.0-windows\Screenshots
59+
if-no-files-found: ignore
6060

6161
- name: Build NuGets
6262
run: .\build\BuildNugets.ps1 -MDIXVersion ${{ inputs.mdix-version }} -MDIXColorsVersion ${{ inputs.mdix-colors-version }} -MDIXMahAppsVersion ${{ inputs.mdix-mahapps-version }}
6363

64-
- name: Upload NuGets
65-
uses: actions/upload-artifact@v6
66-
with:
67-
name: NuGets
68-
path: "*.nupkg"
64+
- name: Upload NuGets
65+
uses: actions/upload-artifact@v6
66+
with:
67+
name: NuGets
68+
path: "*.nupkg"
6969

70-
- name: Upload Demo App
71-
uses: actions/upload-artifact@v6
72-
with:
73-
name: DemoApp
74-
path: "src/MainDemo.Wpf/bin/${{ env.buildConfiguration }}"
70+
- name: Upload Demo App
71+
uses: actions/upload-artifact@v6
72+
with:
73+
name: DemoApp
74+
path: "src/MainDemo.Wpf/bin/${{ env.buildConfiguration }}"

0 commit comments

Comments
 (0)