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