Skip to content

Commit

Permalink
updated action file for olive.mfa
Browse files Browse the repository at this point in the history
  • Loading branch information
AitzazTheGeek committed Feb 24, 2025
1 parent 008464b commit d5b9552
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_Olive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,10 @@ jobs:
uses: Geeksltd/publish-nuget@v2
with:
PROJECT_FILE_PATH: Olive.OpenAI.Voice/Olive.OpenAI.Voice/Olive.OpenAI.Voice.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

- name: Publish Olive MFA NuGet Package
uses: Geeksltd/publish-nuget@v2
with:
PROJECT_FILE_PATH: Olive.MFA/Olive.MFA.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit d5b9552

Please sign in to comment.