Skip to content

Commit 471bc51

Browse files
committed
fix typo
1 parent 5ffca22 commit 471bc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
if: ${{ github.event.inputs.publish == 'true' }}
131131
run: |
132132
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 }}"
133+
.\build.ps1 --NativeAssetsDirectory "$pwd\downloaded_natives" --ProjectsRoot "$pwd" --Source "https://api.nuget.org/v3/index.json" --ApiKey "${{ secrets.NUGET_API_KEY }}"
134134
shell: pwsh
135135
- name: Run NuGet Packaging
136136
if: ${{ github.event.inputs.publish == 'false' }}

0 commit comments

Comments
 (0)