Skip to content

Commit

Permalink
add artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
codehz authored Feb 8, 2020
1 parent c0a5de6 commit 8a33d82
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 @@ -18,4 +18,9 @@ jobs:
- name: Build with dotnet
run: dotnet build -c Release
- name: Publish
run: dotnet publish -c Release -r ${{ matrix.os }} --self-contained
run: dotnet publish -c Release -r ${{ matrix.os }} -o dist --self-contained
- name: Upload artifact
uses: actions/[email protected]
with:
name: ${{ matrix.os }}
path: dist

0 comments on commit 8a33d82

Please sign in to comment.