diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dac2f14..a27619d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,10 +21,6 @@ jobs: - name: Build XP run: > msbuild DotAAllstarsHelperFinal/DotAAllstarsHelper.vcxproj -m /p:Configuration=Release - - name: Set up Visual Studio shell - uses: egor-tensin/vs-shell@v2 - with: - arch: Win32 - name: SIGNING run: | ./SignRelease.bat diff --git a/.gitignore b/.gitignore index c5618eb..795fa4b 100644 --- a/.gitignore +++ b/.gitignore @@ -190,7 +190,6 @@ ClientBin/ *.dbmdl *.dbproj.schemaview *.jfm -*.pfx *.publishsettings node_modules/ orleans.codegen.cs diff --git a/DotaHelperDLL.pfx b/DotaHelperDLL.pfx new file mode 100644 index 0000000..649c480 Binary files /dev/null and b/DotaHelperDLL.pfx differ