Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-aubrecht authored Feb 4, 2020
1 parent e4d43b7 commit 352a12d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ jobs:
run: dotnet build StatementParser/StatementParser.sln --configuration Release
- name: Publish with dotnet
run: dotnet publish -r ${{matrix.platform}} --configuration Release --self-contained true StatementParser/StatementParser.sln
- name: Publish artifacts to GitHub
- name: Publish StatementParserCLI artifacts to GitHub
uses: actions/upload-artifact@v1
with:
name: StatementParserCLI_${{matrix.platform}}
path: StatementParser/StatementParserCLI/bin/Release/netcoreapp3.0/${{matrix.platform}}/publish
- name: Publish TaxReporterCLI artifacts to GitHub
uses: actions/upload-artifact@v1
with:
name: TaxReporterCLI_${{matrix.platform}}
path: StatementParser/TaxReporterCLI/bin/Release/netcoreapp3.0/${{matrix.platform}}/publish

0 comments on commit 352a12d

Please sign in to comment.