diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3fbaac4..8b1225a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,10 +51,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: SysBot.Pokemon.WinForms - path: SysBot.Pokemon.WinForms\bin\Release\net8.0-windows + path: SysBot.Pokemon.WinForms\bin\Release\net9.0-windows7.0 - name: Upload ConsoleApp artifacts uses: actions/upload-artifact@v4 with: name: SysBot.Pokemon.ConsoleApp - path: SysBot.Pokemon.ConsoleApp\bin\Release\net8.0 \ No newline at end of file + path: SysBot.Pokemon.ConsoleApp\bin\Release\net9.0 \ No newline at end of file