We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffca22 commit 471bc51Copy full SHA for 471bc51
.github/workflows/build_nuget.yml
@@ -130,7 +130,7 @@ jobs:
130
if: ${{ github.event.inputs.publish == 'true' }}
131
run: |
132
cd unity/nuget
133
- .\build.ps1 --NativeAssetsDirectory "$pwd\downloaded_natives" --ProjectsRoot "$pwd" --Source "https://api.nuget.org/v3/index.json" --ApiKey "${{ secrets.NUGET_PUB_KEY }}"
+ .\build.ps1 --NativeAssetsDirectory "$pwd\downloaded_natives" --ProjectsRoot "$pwd" --Source "https://api.nuget.org/v3/index.json" --ApiKey "${{ secrets.NUGET_API_KEY }}"
134
shell: pwsh
135
- name: Run NuGet Packaging
136
if: ${{ github.event.inputs.publish == 'false' }}
0 commit comments