Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
Update artifacts path.
  • Loading branch information
martincostello committed May 23, 2024
1 parent 64481c4 commit d4a9df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: artifacts-${{ matrix.os-name }}
path: ./artifacts/packages
path: ./artifacts

- name: Publish NuGet packages
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Expand Down

0 comments on commit d4a9df8

Please sign in to comment.