From 0361f3a62668fc5960841bb55e5d311e7467b701 Mon Sep 17 00:00:00 2001 From: Unreal Karaulov Date: Tue, 14 Jan 2025 07:24:45 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6963db2..455f497 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,7 @@ jobs: - name: PACK_IT_ALL run: > Compress-Archive -Path "Release/DotAAllstarsHelperFinal.dll" -DestinationPath "DotAAllstarsHelper.zip" + Compress-Archive -Path "Release/DotAAllstarsHelperFinal.pdb" -DestinationPath "DotAAllstarsHelper.zip" - name: Bump version and push tag id: tag_version