From cf99a88af0b596c375d8da2cd2bf0a2912c6d580 Mon Sep 17 00:00:00 2001 From: gendelo3 Date: Sat, 4 Mar 2023 10:17:20 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 945b5f9..6ef5f68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,4 +35,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: TheOtherRoles.dll - path: TheOtherRoles/bin/Release/netstandard2.1/TheOtherRoles.dll \ No newline at end of file + path: TheOtherRoles/bin/Release/net6.0/TheOtherRoles.dll -- 2.39.5