From a558c99835ff78fcaa7fc2ae51533d0a62cbda12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fele?= Date: Sun, 15 Oct 2023 13:14:32 +0200 Subject: [PATCH] Add dir --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 443d79d..d6cce5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,7 @@ jobs: $outputPath = & dotnet publish './src/ChatPrisma' --getProperty:PublishDir cd $outputPath ren "ChatPrisma.exe" "Chat Prisma.exe" + dir - name: Upload Artifacts uses: actions/upload-artifact@v3