Skip to content

Commit 24adf00

Browse files
winxp...................
1 parent 3049244 commit 24adf00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

SignRelease.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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"

0 commit comments

Comments
 (0)