diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cae36c359..33c53f4d6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -158,11 +158,43 @@ jobs: $env:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin" msbuild win\cs\build.xml /t:x64 /p:PfxFile=$env:SigningCertificate /p:PfxPwd=${{ secrets.HandBrakeTeam_pfx_pwd }} /p:SignTimestampServer=http://time.certum.pl/ + - name: Prepare Package + run: | + echo "Setting up context" + dir + git rev-parse --short HEAD > gitHash.txt + set /p gitHash=