diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2be10d7..b3ccc79 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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 diff --git a/README.md b/README.md index 7358f06..fe75a04 100644 --- a/README.md +++ b/README.md @@ -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.