diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3125dfc..604562b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/SignRelease.bat b/SignRelease.bat index e76e508..0dc35d7 100644 --- a/SignRelease.bat +++ b/SignRelease.bat @@ -1 +1 @@ -"signtool.exe" sign /tr http://timestamp.digicert.com /fd SHA1 /td SHA256 /f DotaHelperDLL.pfx /p TestCertPassword777 "DotAAllstarsHelperFinal\Release\DotAAllstarsHelperFinal.dll" \ No newline at end of file +"signtool.exe" sign /tr http://timestamp.digicert.com /fd SHA1 /td SHA256 /f DotaHelperDLL.pfx /p TestCertPassword777 "Release\DotAAllstarsHelperFinal.dll" \ No newline at end of file