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