更新 action.yaml

This commit is contained in:
2026-03-05 07:00:08 +00:00
parent 624a8a8bb9
commit fbbe366958

View File

@@ -35,4 +35,4 @@ runs:
unzip "$DOWNLOAD_NAME" -d output unzip "$DOWNLOAD_NAME" -d output
echo "ARTIFACT PUSHING..." echo "ARTIFACT PUSHING..."
dotnet nuget push "output/*.nupkg" --source "${{ inputs.source }}" --api-key "${{ inputs.api_key }}" --skip-duplicate dotnet nuget push "output/*.nupkg" --source "${{ inputs.source }}" --api-key "${{ inputs.api_key }}" --skip-duplicate --allow-insecure-connections