We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a1018 commit 6be72d4Copy full SHA for 6be72d4
.github/workflows/BuildAndDeployBetalgoAnthropic.yml
@@ -1,4 +1,4 @@
1
-name: Build And Deploy Betalgo.Anthropic
+name: Betalgo.Ranul.Anthropic Build And Deploy
2
3
on:
4
push:
@@ -24,11 +24,11 @@ jobs:
24
- name: Test
25
run: dotnet test --no-build --verbosity normal
26
27
- - name: publish OpenAI
28
- id: publish_nuget_OpenAI
+ - name: publish Anthropic
+ id: publish_nuget_Anthropic
29
uses: alirezanet/[email protected]
30
with:
31
- PROJECT_FILE_PATH: Anthropic.SDK\Anthropic.csproj
+ PROJECT_FILE_PATH: Anthropic\Anthropic.csproj
32
NUGET_KEY: ${{secrets.NUGET_KEY}}
33
INCLUDE_SYMBOLS: true
34
PACKAGE_NAME: Betalgo.Ranul.Anthropic
0 commit comments