Skip to content

Commit

Permalink
Add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jbest84 committed Jan 31, 2024
1 parent 09d20d2 commit aa40f73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
needs: build_job
runs-on: windows-2019
steps:
- name: Setup NuGet
uses: nuget/setup-nuget@v1
- uses: actions/checkout@v4
- uses: nuget/setup-nuget@v1

- name: download release
uses: actions/download-artifact@v4
with:
name: release
path: dist\release

- name: nuspec pack
shell: pwsh
run: |
Expand Down

0 comments on commit aa40f73

Please sign in to comment.