Skip to content

Commit

Permalink
Release job
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpninja committed May 15, 2022
1 parent 838cc93 commit 9c8a91e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
env:
ARTIFACT_FOLDER: "${{ github.workspace }}/nuget"
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup GitVersion
run: dotnet tool install gitversion.tool -g
- name: Download a Build Artifact
uses: actions/download-artifact@v3.0.0
with:
Expand Down

0 comments on commit 9c8a91e

Please sign in to comment.