update workflow to upload artifact
This commit is contained in:
parent
f06cf49f45
commit
f67521c218
1 changed files with 8 additions and 0 deletions
8
.github/workflows/dotnet-build-test.yml
vendored
8
.github/workflows/dotnet-build-test.yml
vendored
|
|
@ -24,3 +24,11 @@ jobs:
|
|||
run: msbuild $env:Solution_Name /t:Rebuild -property:Configuration=Release
|
||||
- name: Unit tests
|
||||
run: dotnet test --no-build --verbosity normal
|
||||
- name: Archive
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: character-records-generator
|
||||
path: CharacterRecordsGenerator/bin/Release/
|
||||
!*.config
|
||||
!*.xml
|
||||
!*.pdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue