From e84723f6a0e70d10e71b03248aaecf2eb6568c75 Mon Sep 17 00:00:00 2001 From: Manu <52102823+Manu098vm@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:48:04 +0100 Subject: [PATCH] Update upload folder --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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