Skip to content

Commit 92b007f

Browse files
Update main.yml
1 parent c14f0e7 commit 92b007f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: >
2929
Compress-Archive -Path "Release/DotAAllstarsHelperFinal.dll" -DestinationPath "DotAAllstarsHelper.zip"
3030
31-
Compress-Archive -Path "Release/DotAAllstarsHelperFinal.pdb" -DestinationPath "DotAAllstarsHelper.zip"
31+
Compress-Archive -Path "Release/DotAAllstarsHelperFinal.pdb" -DestinationPath "DotAAllstarsHelper.zip" -Update
3232
- name: Bump version and push tag
3333
id: tag_version
3434
uses: mathieudutour/github-tag-action@v6.2

0 commit comments

Comments
 (0)