chore: workflow fix mispelling
This commit is contained in:
@@ -61,15 +61,15 @@ jobs:
|
|||||||
uses: kzrnm/get-net-sdk-project-versions-action@v1
|
uses: kzrnm/get-net-sdk-project-versions-action@v1
|
||||||
id: get-version
|
id: get-version
|
||||||
with:
|
with:
|
||||||
proj-path: src/AntropicClient/AntropicClient.csproj
|
proj-path: src/AnthropicClient/AnthropicClient.csproj
|
||||||
- name: Download changlog
|
- name: Download changlog
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: change-log
|
name: change-log
|
||||||
path: src/AntropicClient
|
path: src/AnthropicClient
|
||||||
- name: Publish NuGet package
|
- name: Publish NuGet package
|
||||||
run: |
|
run: |
|
||||||
dotnet pack src/AnthropicClient/AntropicClient.csproj -o ./artifacts
|
dotnet pack src/AnthropicClient/AnthropicClient.csproj -o ./artifacts
|
||||||
dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
|
dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
|
||||||
- name: Create GitHub release
|
- name: Create GitHub release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user