Skip to content

Commit

Permalink
GitHub actions (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchavakis authored May 10, 2020
1 parent 31961f2 commit cea69be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
# publish the package
- name: Publish the artifact
run: dotnet publish -c Release -o ./artifacts
# Add nuget package
- name: Nuget package
run: dotnet pack -c Release -o ./artifacts
# Zip Artifacts
- name: Zip artifacts
uses: montudor/[email protected]
with:
Expand Down

0 comments on commit cea69be

Please sign in to comment.