File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 ./SignRelease.bat
2727 - name : PACK_IT_ALL
2828 run : >
29- Compress-Archive -Path "DotAAllstarsHelperFinal/ Release/DotAAllstarsHelperFinal.dll" -DestinationPath "DotAAllstarsHelper.zip"
29+ Compress-Archive -Path "Release/DotAAllstarsHelperFinal.dll" -DestinationPath "DotAAllstarsHelper.zip"
3030 - name : Bump version and push tag
3131 id : tag_version
3232 uses : mathieudutour/github-tag-action@v6.2
Original file line number Diff line number Diff line change 1- " signtool.exe" sign /tr http://timestamp.digicert.com /fd SHA1 /td SHA256 /f DotaHelperDLL.pfx /p TestCertPassword777 " DotAAllstarsHelperFinal\ Release\DotAAllstarsHelperFinal.dll"
1+ " signtool.exe" sign /tr http://timestamp.digicert.com /fd SHA1 /td SHA256 /f DotaHelperDLL.pfx /p TestCertPassword777 " Release\DotAAllstarsHelperFinal.dll"
You can’t perform that action at this time.
0 commit comments