Skip to content

Commit

Permalink
Final test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 5, 2024
1 parent 2322b9b commit 76e09f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/compile-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Bot
path: ./*
path: |
Bot/bin/Release/net8.0/linux-arm64/Bot
Bot/bin/Release/net8.0/linux-arm64/*.dll
2 changes: 0 additions & 2 deletions Bot/Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

<ItemGroup>
<PackageReference Include="ClashOfClans" Version="9.0.0" />
<PackageReference Include="Discord.Net.Core" Version="3.13.0" />
<PackageReference Include="Discord.Net.Rest" Version="3.13.0" />
<PackageReference Include="Discord.Net.WebSocket" Version="3.13.0" />
</ItemGroup>

Expand Down

0 comments on commit 76e09f1

Please sign in to comment.