We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14f0e7 commit 92b007fCopy full SHA for 92b007f
1 file changed
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
run: >
29
Compress-Archive -Path "Release/DotAAllstarsHelperFinal.dll" -DestinationPath "DotAAllstarsHelper.zip"
30
31
- Compress-Archive -Path "Release/DotAAllstarsHelperFinal.pdb" -DestinationPath "DotAAllstarsHelper.zip"
+ Compress-Archive -Path "Release/DotAAllstarsHelperFinal.pdb" -DestinationPath "DotAAllstarsHelper.zip" -Update
32
- name: Bump version and push tag
33
id: tag_version
34
uses: mathieudutour/github-tag-action@v6.2
0 commit comments