From 6deeb9cbb5692533352083e5075710429065b82d Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Sun, 19 Nov 2023 00:50:53 -0300 Subject: [PATCH] Release to Nuget --- .github/workflows/Build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index cc810a9..433a254 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -25,4 +25,6 @@ jobs: GitHubToken: ${{ secrets.GITHUB_TOKEN }} SignFile: ${{ secrets.SIGN_FILE }} SignPassword: ${{ secrets.SIGN_PASSWORD }} + NugetApiUrl: ${{ secrets.NUGET_API_URL }} + NugetApiKey: ${{ secrets.NUGET_API_KEY }} InstallationFiles: ${{ secrets.INSTALLATION_FILES }} \ No newline at end of file