Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Jan 14, 2025
1 parent c14f0e7 commit 92b007f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: >
Compress-Archive -Path "Release/DotAAllstarsHelperFinal.dll" -DestinationPath "DotAAllstarsHelper.zip"
Compress-Archive -Path "Release/DotAAllstarsHelperFinal.pdb" -DestinationPath "DotAAllstarsHelper.zip"
Compress-Archive -Path "Release/DotAAllstarsHelperFinal.pdb" -DestinationPath "DotAAllstarsHelper.zip" -Update
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.2
Expand Down

0 comments on commit 92b007f

Please sign in to comment.