update workflow to upload artifact

This commit is contained in:
Llywelwyn 2022-07-25 21:13:39 +01:00 committed by GitHub
parent f06cf49f45
commit f67521c218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,3 +24,11 @@ jobs:
run: msbuild $env:Solution_Name /t:Rebuild -property:Configuration=Release run: msbuild $env:Solution_Name /t:Rebuild -property:Configuration=Release
- name: Unit tests - name: Unit tests
run: dotnet test --no-build --verbosity normal 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