Skip to content

Commit

Permalink
Update BuildAndDeployBetalgoAnthropic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhantolga authored Jul 9, 2024
1 parent f0a1018 commit 6be72d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BuildAndDeployBetalgoAnthropic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build And Deploy Betalgo.Anthropic
name: Betalgo.Ranul.Anthropic Build And Deploy

on:
push:
Expand All @@ -24,11 +24,11 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal

- name: publish OpenAI
id: publish_nuget_OpenAI
- name: publish Anthropic
id: publish_nuget_Anthropic
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: Anthropic.SDK\Anthropic.csproj
PROJECT_FILE_PATH: Anthropic\Anthropic.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
INCLUDE_SYMBOLS: true
PACKAGE_NAME: Betalgo.Ranul.Anthropic

0 comments on commit 6be72d4

Please sign in to comment.