Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank committed Mar 28, 2024
2 parents a6d4a75 + a060257 commit dc6c0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: install zip
run: sudo apt install zip
- name: zip win
run: zip -r Tobi-windows.zip DiscordBot/bin/Release/net7.0/win-x64/publish
run: zip -r Tobi-windows.zip DiscordBot/bin/Release/net8.0/win-x64/publish

- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Tobi is a discord music bot that uses low memory and cpu usage.
5. Go to `Cookies` and copy the `SAPISID` and `__Secure-3PSID` values

## Requirements
To use this application you need to have installed [.NET 7 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
To use this application you need to have installed [.NET 8 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)

## Docker
There is a docker image to self host.
Expand Down

0 comments on commit dc6c0a0

Please sign in to comment.