From 6c728e8fb741ec1a38a280d3b27ed4ff9dbebeea Mon Sep 17 00:00:00 2001 From: Llywelwyn <82828093+Llywelwyn@users.noreply.github.com> Date: Mon, 25 Jul 2022 21:16:58 +0100 Subject: [PATCH] fixes workflow --- .github/workflows/dotnet-build-test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-build-test.yml b/.github/workflows/dotnet-build-test.yml index adc4f78..1511ab8 100644 --- a/.github/workflows/dotnet-build-test.yml +++ b/.github/workflows/dotnet-build-test.yml @@ -28,7 +28,6 @@ jobs: uses: actions/upload-artifact@v3 with: name: character-records-generator - path: CharacterRecordsGenerator/bin/Release/ - !*.config - !*.xml - !*.pdb + path: | + CharacterRecordsGenerator/bin/Release/*.exe + CharacterRecordsGenerator/bin/Release/*.dll