Skip to content

Commit

Permalink
Exclude pdb files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 18, 2024
1 parent 39fb6b7 commit 5c372c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
with:
name: Bot
path: |
Bot/bin/Release/net8.0/linux-arm64/**.*
Bot/bin/Release/net8.0/linux-arm64
!Bot/bin/Release/net8.0/linux-arm64/*.pdb
inspect:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5c372c8

Please sign in to comment.