diff --git a/.github/workflows/GithubActionsRelease.yml b/.github/workflows/GithubActionsRelease.yml index dfa11d6e3..10cf7c719 100644 --- a/.github/workflows/GithubActionsRelease.yml +++ b/.github/workflows/GithubActionsRelease.yml @@ -23,6 +23,7 @@ env: projectTest: 'Material.Blazor.Test/Material.Blazor.Test.csproj' projectWeb: 'Material.Blazor.Website.WebAssembly/Material.Blazor.Website.WebAssembly.csproj' + materialBlazorMD3LibModule: '"Material.Blazor.MD3/wwwroot/Material.Blazor.MD3.lib.module.js"' outputDocFxMD3: ${{github.workspace}}\siteDocFxMD3 outputMBMD3: ${{github.workspace}}\siteMBMD3 outputWebMD3: ${{github.workspace}}\siteWebMD3 @@ -404,3 +405,6 @@ jobs: -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json + - name: Compute the SHA512 hash of material.blazor.md3.lib.module.js + run: certutil -hashfile ${{env.materialBlazorMD3LibModule}} SHA512 + diff --git a/.github/workflows/GithubActionsWIP.yml b/.github/workflows/GithubActionsWIP.yml index e1dc2ce0f..d695abb22 100644 --- a/.github/workflows/GithubActionsWIP.yml +++ b/.github/workflows/GithubActionsWIP.yml @@ -17,6 +17,7 @@ env: projectTest: 'Material.Blazor.Test/Material.Blazor.Test.csproj' projectWeb: 'Material.Blazor.Website.WebAssembly/Material.Blazor.Website.WebAssembly.csproj' + materialBlazorMD3LibModule: '"Material.Blazor.MD3/wwwroot/Material.Blazor.MD3.lib.module.js"' outputDocFxMD3: ${{github.workspace}}\siteDocFxMD3 outputMBMD3: ${{github.workspace}}/siteMBMD3 outputWebMD3: ${{github.workspace}}/siteWebMD3 @@ -546,6 +547,8 @@ jobs: - name: Display MaterialBlazor package output Ꙫ run: dir ${{env.outputMBMD3}} + - name: Compute the SHA512 hash of material.blazor.md3.lib.module.js + run: certutil -hashfile ${{env.materialBlazorMD3LibModule}} SHA512 ############################################################################################################ # deployghpages-mbcurrent