fixes workflow
This commit is contained in:
parent
f67521c218
commit
6c728e8fb7
1 changed files with 3 additions and 4 deletions
7
.github/workflows/dotnet-build-test.yml
vendored
7
.github/workflows/dotnet-build-test.yml
vendored
|
|
@ -28,7 +28,6 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: character-records-generator
|
name: character-records-generator
|
||||||
path: CharacterRecordsGenerator/bin/Release/
|
path: |
|
||||||
!*.config
|
CharacterRecordsGenerator/bin/Release/*.exe
|
||||||
!*.xml
|
CharacterRecordsGenerator/bin/Release/*.dll
|
||||||
!*.pdb
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue