Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Nov 15, 2024
1 parent 8094157 commit 80d5820
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 @@ -48,7 +48,7 @@ jobs:
run: |
dotnet nuget push "**/nupkgs/*.nupkg" -s https://api.nuget.org/v3/index.json --skip-duplicate -k ${{secrets.NUGET_TOKEN}}
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: nupkgs
- name: Clean up
Expand Down

0 comments on commit 80d5820

Please sign in to comment.