Skip to content

Commit

Permalink
publish checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrinks committed Sep 23, 2024
1 parent 96f833d commit 4ccc9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/[email protected]
id: download
with:
name: 'packages'
path: './packages'
path: './packages/release'

- name: Publish packages
uses: './.github/actions/dotnet/nuget'
Expand Down

0 comments on commit 4ccc9d0

Please sign in to comment.