Skip to content

Commit

Permalink
winxp...................
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Jan 10, 2025
1 parent 3049244 commit 24adf00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
./SignRelease.bat
- name: PACK_IT_ALL
run: >
Compress-Archive -Path "DotAAllstarsHelperFinal/Release/DotAAllstarsHelperFinal.dll" -DestinationPath "DotAAllstarsHelper.zip"
Compress-Archive -Path "Release/DotAAllstarsHelperFinal.dll" -DestinationPath "DotAAllstarsHelper.zip"
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.2
Expand Down
2 changes: 1 addition & 1 deletion SignRelease.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"signtool.exe" sign /tr http://timestamp.digicert.com /fd SHA1 /td SHA256 /f DotaHelperDLL.pfx /p TestCertPassword777 "DotAAllstarsHelperFinal\Release\DotAAllstarsHelperFinal.dll"
"signtool.exe" sign /tr http://timestamp.digicert.com /fd SHA1 /td SHA256 /f DotaHelperDLL.pfx /p TestCertPassword777 "Release\DotAAllstarsHelperFinal.dll"

0 comments on commit 24adf00

Please sign in to comment.